Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Escape_analysis> ?p ?o. }
Showing items 1 to 15 of
15
with 100 items per page.
- Escape_analysis abstract "In programming language compiler optimization theory, escape analysis is a method for determining the dynamic scope of pointers. It is related to pointer analysis and shape analysis.When a variable (or an object) is allocated in a subroutine, a pointer to the variable can escape to other threads of execution, or to calling subroutines. If an implementation uses tail call optimization (usually required for functional languages), objects may also be seen as escaping to called subroutines. If a language supports first-class continuations (as do Scheme and Standard ML of New Jersey), portions of the call stack may also escape.If a subroutine allocates an object and returns a pointer to it, the object can be accessed from undetermined places in the program — the pointer has "escaped". Pointers can also escape if they are stored in global variables or other data structures that, in turn, escape the current procedure.Escape analysis determines all the places where a pointer can be stored and whether the lifetime of the pointer can be proven to be restricted only to the current procedure and/or thread.".
- Escape_analysis wikiPageID "4945443".
- Escape_analysis wikiPageRevisionID "570369042".
- Escape_analysis date "August 2013".
- Escape_analysis hasPhotoCollection Escape_analysis.
- Escape_analysis subject Category:Static_program_analysis.
- Escape_analysis comment "In programming language compiler optimization theory, escape analysis is a method for determining the dynamic scope of pointers. It is related to pointer analysis and shape analysis.When a variable (or an object) is allocated in a subroutine, a pointer to the variable can escape to other threads of execution, or to calling subroutines. If an implementation uses tail call optimization (usually required for functional languages), objects may also be seen as escaping to called subroutines.".
- Escape_analysis label "Escape analysis".
- Escape_analysis label "エスケープ解析".
- Escape_analysis sameAs エスケープ解析.
- Escape_analysis sameAs m.0cwgkt.
- Escape_analysis sameAs Q5396965.
- Escape_analysis sameAs Q5396965.
- Escape_analysis wasDerivedFrom Escape_analysis?oldid=570369042.
- Escape_analysis isPrimaryTopicOf Escape_analysis.