https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):
https://codereview.chromium.org/35133002/diff/1/src/hydrogen.cc#newcode2129
src/hydrogen.cc:2129: HType::JSArray(), NOT_TENURED, instance_type);
This is not correct. JS_ARRAY refers to the array object and
FIXED_DOUBLE_ARRAY to its elements. This change may result in a memory
corruption since potential mementos behind JS_ARRAY do not get cleared.
What about calling MakeDoubleAligned() instead?
https://codereview.chromium.org/35133002/
--
--
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/groups/opt_out.