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.
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… 
2011
2011
Predecir el comportamiento de los programas antes de su ejecuci´on es cada vez mAs importante, especialmente teniendo en cuenta… 
2007
2007
A key analysis developed for the compilation of parallel programs is thread escape analysis (hereafter referred to as escape… 
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…