DescriptionSimplify the way the code generator handles calls to IC stubs. Before
we dispatched on the IC stub kind in a generic CallCodeObject
function. Now, we have special functions for the load and store IC
stubs.
We also (for the load and store ICs) handle moving register arguments
into place only after the stack is prepared for the call. This
replaces some memory-to-memory moves (for copies whose backing store
is occupied by a register needed for the arguments) with
memory-to-register moves.
Committed: http://code.google.com/p/v8/source/detail?r=1613
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|