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

Issue 169653003: Allow creating non-thread-local Persistents that can be passed between threads. (Closed)

Created:
6 years, 10 months ago by Vyacheslav Egorov (Chromium)
Modified:
6 years, 10 months ago
CC:
blink-reviews, haraken, Mads Ager (chromium), oilpan-reviews
Visibility:
Public.

Description

Allow creating non-thread-local Persistents that can be passed between threads. Before this change all persistents must have been created and destroyed on the same thread. This change introduces Persistent<T, GlobalPersistents> type. Such persistent can be safely allocated and destroyed on any thread. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167303

Patch Set 1 #

Total comments: 6

Patch Set 2 : after review #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -37 lines) Patch
M Source/heap/Handle.h View 1 2 3 10 chunks +62 lines, -32 lines 0 comments Download
M Source/heap/Heap.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/heap/HeapTest.cpp View 2 chunks +7 lines, -1 line 0 comments Download
M Source/heap/ThreadState.h View 2 chunks +6 lines, -0 lines 0 comments Download
M Source/heap/ThreadState.cpp View 3 chunks +21 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Vyacheslav Egorov (Chromium)
PTAL
6 years, 10 months ago (2014-02-17 14:35:04 UTC) #1
Mads Ager (chromium)
LGTM https://codereview.chromium.org/169653003/diff/1/Source/heap/Handle.h File Source/heap/Handle.h (right): https://codereview.chromium.org/169653003/diff/1/Source/heap/Handle.h#newcode93 Source/heap/Handle.h:93: // No locking requires. Just checks that we ...
6 years, 10 months ago (2014-02-17 15:00:12 UTC) #2
Mads Ager (chromium)
https://codereview.chromium.org/169653003/diff/1/Source/heap/Handle.h File Source/heap/Handle.h (right): https://codereview.chromium.org/169653003/diff/1/Source/heap/Handle.h#newcode212 Source/heap/Handle.h:212: template<typename T, typename RootsAccessor> Should we have a default ...
6 years, 10 months ago (2014-02-17 15:03:43 UTC) #3
Vyacheslav Egorov (Chromium)
Thanks for the review. https://codereview.chromium.org/169653003/diff/1/Source/heap/Handle.h File Source/heap/Handle.h (right): https://codereview.chromium.org/169653003/diff/1/Source/heap/Handle.h#newcode93 Source/heap/Handle.h:93: // No locking requires. Just ...
6 years, 10 months ago (2014-02-17 15:52:34 UTC) #4
Vyacheslav Egorov (Chromium)
The CQ bit was checked by vegorov@chromium.org
6 years, 10 months ago (2014-02-17 15:52:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vegorov@chromium.org/169653003/60001
6 years, 10 months ago (2014-02-17 15:52:52 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-17 17:13:04 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) blink_heap_unittests, blink_platform_unittests, webkit_lint, webkit_python_tests, webkit_tests, webkit_unit_tests, ...
6 years, 10 months ago (2014-02-17 17:13:04 UTC) #8
Vyacheslav Egorov (Chromium)
The CQ bit was checked by vegorov@chromium.org
6 years, 10 months ago (2014-02-17 18:20:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vegorov@chromium.org/169653003/210001
6 years, 10 months ago (2014-02-17 18:20:21 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-17 21:08:06 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=12836
6 years, 10 months ago (2014-02-17 21:08:07 UTC) #12
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 10 months ago (2014-02-17 23:45:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vegorov@chromium.org/169653003/210001
6 years, 10 months ago (2014-02-17 23:46:12 UTC) #14
haraken
LGTM https://codereview.chromium.org/169653003/diff/210001/Source/heap/ThreadState.cpp File Source/heap/ThreadState.cpp (right): https://codereview.chromium.org/169653003/diff/210001/Source/heap/ThreadState.cpp#newcode367 Source/heap/ThreadState.cpp:367: void ThreadState::visitPersistents(Visitor* visitor) I sometimes find it confusing ...
6 years, 10 months ago (2014-02-18 01:35:12 UTC) #15
Vyacheslav Egorov (Chromium)
The CQ bit was checked by vegorov@chromium.org
6 years, 10 months ago (2014-02-18 02:21:52 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vegorov@chromium.org/169653003/100003
6 years, 10 months ago (2014-02-18 02:21:59 UTC) #17
commit-bot: I haz the power
6 years, 10 months ago (2014-02-18 04:24:31 UTC) #18
Message was sent while issue was closed.
Change committed as 167303

Powered by Google App Engine
This is Rietveld 408576698