Chromium Code Reviews
DescriptionEnsure Zone returns correctly aligned pointers for allocations with
sizes that are a multiple of 8 bytes on 32-bit platforms.
On 32-bit platforms, Zone is meant to return 8-byte aligned pointers for
allocations with sizes that are a multiple of 8 bytes. However, this was
not guaranteed for allocations that required the size of the Zone to be
expanded. In this case, Zone could sometimes return pointers with 4-byte
alignment.
BUG=v8:5668
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
|||||||||||||||||||