LGTM if you make the gating check for fast elements the same in the polymorphic
case the same as the one for the monomorphic case.

http://codereview.chromium.org/7471034/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

http://codereview.chromium.org/7471034/diff/1/src/hydrogen.cc#newcode4025
src/hydrogen.cc:4025: if (is_store && !fast_double_elements) {
Should also be map->has_fast_elements()

http://codereview.chromium.org/7471034/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to