Chromium Code Reviews
DescriptionVM: Inline Scavenger and PageSpace objects into Heap.
This allows accessing members from generated code via THR with one
indirection less. (e.g. Scavenger::TopAddress, Scavenger::EndAddress)
Currently, these addresses are still inlined into generated code, but for
isolate-shared code those have to loaded indirectly via THR.
It also avoids the extra new/delete for new_space_ and old_space_.
Landed as part of https://codereview.chromium.org/1241863002/.
BUG=
Patch Set 1 #
Total comments: 1
Messages
Total messages: 8 (1 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||