Monthly Archives: May 2007
Containment Analysis
The idea behind Containment Analysis is to use a trace tree to find objects that are created locally in side the trace tree, and also die within the same scope. Such objects can be stack allocated, and even more importantly, … Continue reading
Posted in Trace Compilation