lgtm
https://codereview.chromium.org/1329793003/diff/20001/src/hydrogen.cc
File src/hydrogen.cc (right):
https://codereview.chromium.org/1329793003/diff/20001/src/hydrogen.cc#newcode7447
src/hydrogen.cc:7447: if (*map !=
isolate()->get_initial_js_array_map(map->elements_kind())) {
Isn't this condition...
https://codereview.chromium.org/1329793003/diff/20001/src/hydrogen.cc#newcode7448
src/hydrogen.cc:7448: if (map->prototype() !=
*isolate()->initial_array_prototype()) {
...implied by this one? Seems like you could simply drop the first
check. (And update the comment accordingly.)
https://codereview.chromium.org/1329793003/
--
--
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.