Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Issue 804303002: Implement Visitor::isGlobalMarkingVisitor (Closed)

Created:
6 years ago by kouhei (in TOK)
Modified:
6 years ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, haraken, oilpan-reviews, kouhei+heap_chromium.org, Mads Ager (chromium)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement Visitor::isGlobalMarkingVisitor This CL implements Visitor::isGlobalMarkingVisitor, which can be used to query if the Visitor instance is MarkingVisitor<GlobalMarking> or not. This method is to be used from TraceTrait<T>::mark to check if it can switch to inlined global marking visitor implementation. BUG=420515 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187339

Patch Set 1 #

Total comments: 4

Patch Set 2 : explicit #

Patch Set 3 : rebased #

Patch Set 4 : fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -3 lines) Patch
M Source/platform/heap/Heap.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/heap/HeapTest.cpp View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/heap/Visitor.h View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 16 (7 generated)
kouhei (in TOK)
This CL is split from https://codereview.chromium.org/803443002/ , to prepare for InlinedGlobalMarkingVisitor.
6 years ago (2014-12-16 06:45:32 UTC) #2
haraken
LGTM https://codereview.chromium.org/804303002/diff/1/Source/platform/heap/Visitor.h File Source/platform/heap/Visitor.h (right): https://codereview.chromium.org/804303002/diff/1/Source/platform/heap/Visitor.h#newcode542 Source/platform/heap/Visitor.h:542: Visitor(VisitorType type) Add explicit https://codereview.chromium.org/804303002/diff/1/Source/platform/heap/Visitor.h#newcode568 Source/platform/heap/Visitor.h:568: bool m_isGlobalMarkingVisitor; ...
6 years ago (2014-12-16 06:53:30 UTC) #4
kouhei (in TOK)
https://codereview.chromium.org/804303002/diff/1/Source/platform/heap/Visitor.h File Source/platform/heap/Visitor.h (right): https://codereview.chromium.org/804303002/diff/1/Source/platform/heap/Visitor.h#newcode542 Source/platform/heap/Visitor.h:542: Visitor(VisitorType type) On 2014/12/16 06:53:30, haraken wrote: > > ...
6 years ago (2014-12-16 06:58:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/804303002/20001
6 years ago (2014-12-17 04:44:47 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/38006)
6 years ago (2014-12-17 05:04:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/804303002/40001
6 years ago (2014-12-17 05:10:55 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/29505)
6 years ago (2014-12-17 05:16:44 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/804303002/60001
6 years ago (2014-12-17 05:36:09 UTC) #15
commit-bot: I haz the power
6 years ago (2014-12-17 06:49:50 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187339

Powered by Google App Engine
This is Rietveld 408576698