Home | History | Annotate | Download | only in HistoricalNotes

Lines Matching full:trace

11 for the modified trace (so it would not, for instance, support
17 trace cache.
20 register allocation on just the trace, and stitch the trace back into
22 it does its register allocation. (On exits from the trace we have
40 spilling registers, normally allocated on the stack, if the trace
42 disable trace generation on functions that have variable-sized
43 alloca()s. Variable-sized allocas in the trace would also probably
98 2. Section 0 is the trace prolog, consisting mainly of live-ins and
101 3. Section 1 is the trace itself, in SSA form used by BinInterface,
104 Each branch (i.e., out of the trace) is annotated with the
107 4. All the other sections starting with Section 2 are trace epilogs.
108 Every branch from the trace has to go to some epilog.