DescriptionCheck phi uses of the arguments object after redundant phies elimination.
This allows to handle code like:
var a = arguments;
while (smth) a[i];
without bailout.
R=kmillikin@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=8803
Patch Set 1 #Patch Set 2 : revert change #
Messages
Total messages: 2 (0 generated)
|