https://codereview.chromium.org/772533003/diff/20001/src/builtins.cc
File src/builtins.cc (right):
https://codereview.chromium.org/772533003/diff/20001/src/builtins.cc#newcode606
src/builtins.cc:606: if (object->map() == sloppy_arguments_map &&
Ok, elements of the |aliased_arguments_map| is a special thing, but
shouldn't we also fall back to JS here in case of
|strict_arguments_map|?
https://codereview.chromium.org/772533003/diff/20001/src/elements.cc
File src/elements.cc (right):
https://codereview.chromium.org/772533003/diff/20001/src/elements.cc#newcode1715
src/elements.cc:1715: FixedArray::cast(to)->set(to_start + i, value);
I would suggest to move casts to FixedArray out of all loops although
it's a nop in release mode.
https://codereview.chromium.org/772533003/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.