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… 
2014
2014
Escape analysis can be used for automatic memory management in Java. Based on the work of Choi et al. in 2003 [CGS03], this… 
2011
2011
Predecir el comportamiento de los programas antes de su ejecuci´on es cada vez mAs importante, especialmente teniendo en cuenta… 
2011
2011
Thread escape analysis can determine whether and when a variable becomes shared by multiple threads, which is a foundation for… 
2010
2010
Title of dissertation: CROSS-LAYER CUSTOMIZATION FOR LOW POWER AND HIGH PERFORMANCE EMBEDDED MULTI-CORE PROCESSORS Chenjie Yu… 
2010
2010
Our hypothesis is that es ape analysis an estimate lifetime information for dynami ally allo ated obje ts. We then use this… 
2009
2009
Escape distance and escape barrier are critical elements for the quantitative evaluation of escape safety. Through theoretical… 
2003
2003
This paper proposes several partial order reduction strategies for model-checking concurrent object-oriented software that are… 
2002
2002
Dynamic compilation often comes at the price of reduced code quality since there is not enough time available to perform… 
1999
1999
This paper presents a combined pointer and escape analysis algorithm for Java programs. The algorithm is based on the abstraction…