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

Issue 1974693002: Make Visitor use heap for the current thread (Closed)

Created:
4 years, 7 months ago by keishi
Modified:
4 years, 7 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), haraken, blink-reviews, kinuko+watch, kouhei+heap_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make Visitor use heap for the current thread BUG=591606 Committed: https://crrev.com/46e7122b5d91f6b0a12e8cf16eb5ea3e6bb64f63 Cr-Commit-Position: refs/heads/master@{#394718}

Patch Set 1 #

Patch Set 2 : oldvisitorx #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -14 lines) Patch
M third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/MarkingVisitorImpl.h View 4 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/TraceTraits.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/Visitor.h View 3 chunks +7 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/Visitor.cpp View 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
keishi
This CL uses ThreadState::heap() to access the ThreadHeap from the Visitor. This had performance concern ...
4 years, 7 months ago (2016-05-18 12:53:25 UTC) #3
haraken
LGTM. Let's try. https://codereview.chromium.org/1974693002/diff/20001/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h File third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h (right): https://codereview.chromium.org/1974693002/diff/20001/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h#newcode19 third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h:19: InlinedGlobalMarkingVisitor(ThreadState* state) : VisitorHelper(state) { } ...
4 years, 7 months ago (2016-05-18 13:03:01 UTC) #4
keishi
https://codereview.chromium.org/1974693002/diff/20001/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h File third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h (right): https://codereview.chromium.org/1974693002/diff/20001/third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h#newcode19 third_party/WebKit/Source/platform/heap/InlinedGlobalMarkingVisitor.h:19: InlinedGlobalMarkingVisitor(ThreadState* state) : VisitorHelper(state) { } On 2016/05/18 13:03:01, ...
4 years, 7 months ago (2016-05-19 02:35:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974693002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974693002/40001
4 years, 7 months ago (2016-05-19 02:36:10 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/140033)
4 years, 7 months ago (2016-05-19 03:02:34 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974693002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974693002/60001
4 years, 7 months ago (2016-05-19 05:11:03 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/140122)
4 years, 7 months ago (2016-05-19 05:57:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1974693002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1974693002/80001
4 years, 7 months ago (2016-05-19 07:12:51 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-19 08:39:27 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-05-19 08:41:21 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/46e7122b5d91f6b0a12e8cf16eb5ea3e6bb64f63
Cr-Commit-Position: refs/heads/master@{#394718}

Powered by Google App Engine
This is Rietveld 408576698