DescriptionAdd more bailouts for Array.slice over arguments.
Unfortunately, arguments is pretty much the normal JS object. For now
I am adding more sanity checks (in hope that typically arguments
list is rather short.) However it probably requires more systematic
treatment, for example, we could optimistically copy elements until
we meet first hole and in this case resort to JS builtin.
Committed: http://code.google.com/p/v8/source/detail?r=6256
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|