DescriptionSerializer: support all alignment kinds.
We use an alignment prefix for unusual alignment kinds (not kWordAligned).
This will cause new objects to be aligned in ReadObject, and back references
to be aligned to skip padding.
The motivation to change the undefined next sentinel in WeakCell is this:
When the deserializer aligns an object, it requires filler maps to already
exist to create filler objects as padding. However, deserializing the
filler map leads to deserializing NaN, which as heap number is aligned:
filler map > meta map > weak cell cache > undefined > NaN
If we use the-hole instead of undefined as sentinel, it works.
R=jochen@chromium.org,bbudge@chromium.org
BUG=v8:4178
LOG=N
Committed: https://crrev.com/2146ab75387d47eef6582bd8c2d0cfc6c42b68b6
Cr-Commit-Position: refs/heads/master@{#29044}
Committed: https://crrev.com/63f4c751625e6d9948ef2276ebacdd7fc7d916a6
Cr-Commit-Position: refs/heads/master@{#29047}
Patch Set 1 #Patch Set 2 : add assertion #Patch Set 3 : fix assertion #Patch Set 4 : fix assertion conditional #
Messages
Total messages: 18 (7 generated)
|