DescriptionMIPS: Increase external array allocation header size to 8 bytes.
This fixes alignment issues on MIPS HW, found for example in mjsunit external-array.
The issue originates from r11144 (86563c3e21) which adds a 4-byte header to these arrays.
This causes problems on MIPS, where certain pointers need to be 8-byte aligned.
BUG=
TEST=mjsunit/external-array
Committed: https://code.google.com/p/v8/source/detail?r=11303
Patch Set 1 #Patch Set 2 : Set 8-byte header on all arches. #Patch Set 3 : Rebased on r11256. #Messages
Total messages: 5 (0 generated)
|