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

Issue 2690913002: Thread-local weak processing should just use a global weak callback stacks (Closed)

Created:
3 years, 10 months ago by haraken
Modified:
3 years, 10 months ago
Reviewers:
sof
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), haraken, blink-reviews, kinuko+watch, kouhei+heap_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Thread-local weak processing should just use a global weak callback stacks Now I don't think there is any reason we have to run the global weak processing and the thread-local weak processing separately. We can run them at the same time in the stop-the-world phase. BUG=671856 Review-Url: https://codereview.chromium.org/2690913002 Cr-Commit-Position: refs/heads/master@{#449926} Committed: https://chromium.googlesource.com/chromium/src/+/d674502071b65ada9815fdb81b92beeda4add7dc

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M third_party/WebKit/Source/platform/heap/Heap.cpp View 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 17 (10 generated)
haraken
PTAL
3 years, 10 months ago (2017-02-13 04:14:56 UTC) #5
haraken
https://codereview.chromium.org/2690913002/diff/1/third_party/WebKit/Source/platform/heap/Heap.cpp File third_party/WebKit/Source/platform/heap/Heap.cpp (right): https://codereview.chromium.org/2690913002/diff/1/third_party/WebKit/Source/platform/heap/Heap.cpp#newcode313 third_party/WebKit/Source/platform/heap/Heap.cpp:313: void* object, I'll remove the unused parameter and methods ...
3 years, 10 months ago (2017-02-13 04:17:40 UTC) #6
sof
lgtm, nice observation. https://codereview.chromium.org/2690913002/diff/1/third_party/WebKit/Source/platform/heap/Heap.cpp File third_party/WebKit/Source/platform/heap/Heap.cpp (right): https://codereview.chromium.org/2690913002/diff/1/third_party/WebKit/Source/platform/heap/Heap.cpp#newcode313 third_party/WebKit/Source/platform/heap/Heap.cpp:313: void* object, On 2017/02/13 04:17:40, haraken ...
3 years, 10 months ago (2017-02-13 06:45:00 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2690913002/1
3 years, 10 months ago (2017-02-13 06:45:49 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/309529) linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_TIMED_OUT, ...
3 years, 10 months ago (2017-02-13 08:23:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2690913002/1
3 years, 10 months ago (2017-02-13 08:29:50 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 10:42:44 UTC) #17
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/d674502071b65ada9815fdb81b92...

Powered by Google App Engine
This is Rietveld 408576698