Comment #33 on issue 4280 by [email protected]: Ignition interpreter tracking bug
https://code.google.com/p/v8/issues/detail?id=4280#c33

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/69ce0f4dc79a5606eec03accd81832aaeaa16075

commit 69ce0f4dc79a5606eec03accd81832aaeaa16075
Author: rmcilroy <[email protected]>
Date: Thu Aug 27 11:11:09 2015

[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

Review URL: https://codereview.chromium.org/1314953004

Cr-Commit-Position: refs/heads/master@{#30404}

[modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/factory.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/factory.h [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/heap.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/heap.h [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/mark-compact.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/objects-visiting-inl.h [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/objects-visiting.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/objects-visiting.h [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/heap/store-buffer.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/interpreter/bytecode-array-builder.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/objects-debug.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/objects-inl.h [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/objects.cc [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/src/objects.h [modify] http://crrev.com/69ce0f4dc79a5606eec03accd81832aaeaa16075/test/cctest/test-heap.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to