Description[interpreter] Add constant_pool() to BytecodeArray.
Adds a (currently unused) constant_pool() field to BytecodeArray objects.
This field points to a FixedArray object which will be used to hold constants.
The BytecodeArray is now a mixed values object type, with the
kConstantPoolOffset object holding a tagged pointer, but the remainder of the
object holding raw bytes (which could look like tagged pointers but are not).
Modify the BytecodeArray GC visitors to deal with this and test that the
field is migrated properly when evacuated.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075
Cr-Commit-Position: refs/heads/master@{#30404}
Patch Set 1 #Patch Set 2 : Fix store buffer. #
Total comments: 2
Patch Set 3 : Fix test flag. #
Created: 5 years, 3 months ago
Depends on Patchset: Messages
Total messages: 21 (9 generated)
|