Description[heap] Introduce HeapVisitor interface.
HeapVisitor is similar to StaticVisitor but uses virtual dispatch
instead of static function table. It is intended as replacement
of StaticVisitor using the CRTP.
This CL also changes the concurrent marker to use the HeapVisitor.
BUG=chromium:709075
Review-Url: https://codereview.chromium.org/2808093003
Cr-Commit-Position: refs/heads/master@{#44948}
Committed: https://chromium.googlesource.com/v8/v8/+/8ff8d674d316f8701b1685eee7f759f3b37cb54b
Patch Set 1 #Patch Set 2 : use heap visitor in concurrent marker #Patch Set 3 : count bytes #Patch Set 4 : typo #Patch Set 5 : rebase #Patch Set 6 : fix compile error #
Total comments: 4
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 20 (13 generated)
|