AdvancedVocabulary#software-architecture#developer-tools#backend

Escape Analysis Vocabulary

Build fluency in the vocabulary of a compiler proving an object never leaves its creating function.

0 / 5 completed
1 / 5
At standup, a dev mentions a compiler technique that determines whether a reference to an object ever leaves the function or thread that created it, and if it never does, allocates that object on the stack instead of the heap. What is this technique called?