Reviewers: ulan, Igor Sheludko,
Description:
Eliminate invalid pointers in store buffer after marking.
The store buffer can contain stale store buffer entries, i.e., slot in dead
objects pointing to new space objects. These slots are treaded as live slots
which cause problems with non-pointer fields and makes concurrent sweeping
complicated. Removing these pointers from the store buffer before it is used
makes life easier.
BUG=
Please review this at https://codereview.chromium.org/985453003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+185, -0 lines):
M src/heap/mark-compact.h
M src/heap/mark-compact.cc
M src/heap/store-buffer.h
M src/heap/store-buffer.cc
--
--
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.