ThesaHelp: references g-h
Group: memory management
Topic: code optimization by flow analysis
Topic: pointer machines
Topic: static single assignment; SSA
Topic: constraints
| |
Reference
Gay, D., Steensgaard, B.,
"Fast escape analysis and stack allocation for object-based programs", in Watt, D. (ed.),
Compiler Construction, 7th International Conference, CC'98, LNCS 1781, March/April 2000, Lisbon Portugal, Springer, pp. 82-93.
Google
Quotations
gayD3_2000 ;;Quote: use escape analysis to identify object lifetimes; e.g., for stack allocation
| 82 ;;Quote: interprocedural escape analysis of object-oriented programs; linear in size of program and static call graph; 5-10% performance improvement
| 83 ;;Quote: an object escapes a method if it is returned or assigned to a field
| 83+;;Quote: analyze escape constraints with types and static single assignment (SSA); linear time and space
|
Related Topics
ThesaHelp: references g-h (299 items)
Group: memory management (11 topics, 346 quotes)
Topic: code optimization by flow analysis (45 items)
Topic: pointer machines (17 items)
Topic: static single assignment; SSA (19 items)
Topic: constraints (35 items)
|