DescriptionRemove the uses of the arguments from all calls.
Before, Hydrogen call instructions had uses of the PushArgument instructions
for their arguments. These operands were unneeded, bloated the IR, and
caused calls to be the only Hydrogen instructions with an unpredictable
number of operands.
Now, PushArgument is a pure side-effecting instruction that has no uses.
Committed: http://code.google.com/p/v8/source/detail?r=6749
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|