Right on, thanks for the help thinking through it too.
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())) {
On 2015/09/09 14:12:18, Jakob wrote:
Isn't this condition...
Acknowledged.
https://codereview.chromium.org/1329793003/diff/20001/src/hydrogen.cc#newcode7448
src/hydrogen.cc:7448: if (map->prototype() !=
*isolate()->initial_array_prototype()) {
On 2015/09/09 14:12:18, Jakob wrote:
...implied by this one? Seems like you could simply drop the first
check. (And
update the comment accordingly.)
Oh yeah, thanks! :)
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.