DescriptionEnsure that arguments object is materialized when deoptimizing from inlined function.
Lithium translation rebuilds hydrogen environments from scratch so we have to ensure that arguments object is correctly bound on function entry otherwise deoptimization will not materialize it.
This fix was implemented as part of r11109 and then reverted.
R=danno@chromium.org
BUG=v8:2045
TEST=test/mjsunit/regress/regress-2045.js
Committed: https://code.google.com/p/v8/source/detail?r=11194
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|