Skip to search formSkip to main contentSkip to account menu

Escape analysis

In compiler optimization, escape analysis is a method for determining the dynamic scope of pointers - where in the program a pointer can be accessed… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2015
2015
Despite significant progress in recent years, the important problem of static race detection remains open. Previous techniques… 
2014
2014
• Introduction: The Java Virtual Machine (JVM) executes Java programs and provides additional management functions, e.g. Garbage… 
2013
2013
Compilation of real-world programs often requires hours. The term nightly build known to industrial researchers is an artifact of… 
Highly Cited
2008
Highly Cited
2008
Dataflow analyses for concurrent programs differ from their single-threaded counterparts in that they must account for shared… 
2006
2006
Escape analysis of object-oriented languages approximates the set of objects which do not escape from a given context. If we take… 
2003
2003
This paper presents an efficient context-sensitive heap analysis algorithm called Data Structure Analysis designed to enable… 
2002
2002
Developed primarily for optimization of functional and object-oriented software, escape analysis discerns information to… 
1992
1992
Many heap-oriented languages such as Lisp and Id depend on run-time garbage collection to reclaim storage. Garbage collection can…