escape analysis
RU: escape analysis
A compiler analysis that proves an object never leaves the function that created it — so it can be allocated on the stack or eliminated entirely.
RU: escape analysis
A compiler analysis that proves an object never leaves the function that created it — so it can be allocated on the stack or eliminated entirely.