DescriptionAdd a VirtualFrame class to the IA32 code generator. All frame
accesses (eg, parameters, locals, and the expression stack elements)
and mutation (pushes and pops) go through the virtual frame.
The frame initially contains no state, and directly emits instructions
in the obvious way. It is not currently used for deferred code.
Committed: http://code.google.com/p/v8/source/detail?r=489
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|