822e1bc9ed
Split off MarkingState from MarkingVisitor. With this CL the marking implementation is moved to "MarkingState" which is the new bottleneck for marking a single object. MarkingVisitor merely forwards to MarkingState, which knows how to set the markbit and add the object to the worklist accordingly. This allows to have a "UnifiedHeapMarkingVisitor" in future which can easily reuse Marking to provide C++ marking. Change-Id: I87ebbe37e8e8cd841e872cae9dc3490e2b55c4dd Bug: chromium:1056170 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2270172 Reviewed-by: Omer Katz <omerkatz@chromium.org> Reviewed-by: Anton Bikineev <bikineev@chromium.org> Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#68660} |
||
---|---|---|
.. | ||
concurrent-sweeper-unittest.cc | ||
custom-spaces-unittest.cc | ||
finalizer-trait-unittest.cc | ||
free-list-unittest.cc | ||
garbage-collected-unittest.cc | ||
gc-info-unittest.cc | ||
gc-invoker-unittest.cc | ||
heap-growing-unittest.cc | ||
heap-object-header-unittest.cc | ||
heap-page-unittest.cc | ||
heap-unittest.cc | ||
logging-unittest.cc | ||
marker-unittest.cc | ||
marking-visitor-unittest.cc | ||
member-unittest.cc | ||
minor-gc-unittest.cc | ||
object-start-bitmap-unittest.cc | ||
page-memory-unittest.cc | ||
persistent-unittest.cc | ||
prefinalizer-unittest.cc | ||
run-all-unittests.cc | ||
source-location-unittest.cc | ||
stack-unittest.cc | ||
stats-collector-unittest.cc | ||
sweeper-unittest.cc | ||
test-platform.cc | ||
test-platform.h | ||
tests.cc | ||
tests.h | ||
visitor-unittest.cc | ||
worklist-unittest.cc | ||
write-barrier-unittest.cc |