DescriptionBugfix in hydrogen array literal code generation.
If an array literal contains some non-constant elements, is of type SMI, and
then the boilerplate transitions to double or fast sometime after we've
crankshafted the code, then we could incorrectly store smis in double arrays.
BUG=
R=yangguo@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=15207
Patch Set 1 #Patch Set 2 : Better approach: deopt in case of elements kind change #Patch Set 3 : Nits #Patch Set 4 : Review comments #
Total comments: 2
Patch Set 5 : Nit addressed #Messages
Total messages: 6 (0 generated)
|