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

Issue 2344193002: Make NoReloadScope thread safe (Closed)

Created:
4 years, 3 months ago by Cutch
Modified:
4 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : remove accidentally included code #

Patch Set 3 : Implement atomic operations for intptr_t #

Total comments: 5

Patch Set 4 : fschneider review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -6 lines) Patch
M runtime/vm/atomic.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/atomic_android.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/atomic_fuchsia.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/atomic_linux.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/atomic_macos.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/atomic_test.cc View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/atomic_win.h View 1 2 2 chunks +26 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 chunks +9 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Cutch
4 years, 3 months ago (2016-09-16 14:18:29 UTC) #3
Cutch
4 years, 3 months ago (2016-09-16 14:18:32 UTC) #4
Florian Schneider
https://codereview.chromium.org/2344193002/diff/1/runtime/vm/atomic.h File runtime/vm/atomic.h (right): https://codereview.chromium.org/2344193002/diff/1/runtime/vm/atomic.h#newcode37 runtime/vm/atomic.h:37: static intptr_t FetchAndDecrement(intptr_t* p); Not needed? If we need ...
4 years, 3 months ago (2016-09-16 16:22:41 UTC) #5
Cutch
https://codereview.chromium.org/2344193002/diff/1/runtime/vm/atomic.h File runtime/vm/atomic.h (right): https://codereview.chromium.org/2344193002/diff/1/runtime/vm/atomic.h#newcode37 runtime/vm/atomic.h:37: static intptr_t FetchAndDecrement(intptr_t* p); On 2016/09/16 16:22:41, Florian Schneider ...
4 years, 3 months ago (2016-09-16 16:45:31 UTC) #6
Cutch
As discussed offline I've implemented the signed atomic operations. PTAL.
4 years, 3 months ago (2016-09-16 17:50:00 UTC) #7
Florian Schneider
Lgtm. https://codereview.chromium.org/2344193002/diff/40001/runtime/vm/atomic_test.cc File runtime/vm/atomic_test.cc (right): https://codereview.chromium.org/2344193002/diff/40001/runtime/vm/atomic_test.cc#newcode31 runtime/vm/atomic_test.cc:31: EXPECT_EQ(static_cast<uintptr_t>(-42), intptr_t https://codereview.chromium.org/2344193002/diff/40001/runtime/vm/atomic_test.cc#newcode33 runtime/vm/atomic_test.cc:33: EXPECT_EQ(static_cast<uintptr_t>(-41), v); intptr_t? Or ...
4 years, 3 months ago (2016-09-16 18:01:37 UTC) #8
Cutch
https://codereview.chromium.org/2344193002/diff/40001/runtime/vm/atomic_test.cc File runtime/vm/atomic_test.cc (right): https://codereview.chromium.org/2344193002/diff/40001/runtime/vm/atomic_test.cc#newcode31 runtime/vm/atomic_test.cc:31: EXPECT_EQ(static_cast<uintptr_t>(-42), On 2016/09/16 18:01:36, Florian Schneider wrote: > intptr_t ...
4 years, 3 months ago (2016-09-16 18:07:51 UTC) #9
Cutch
4 years, 3 months ago (2016-09-16 18:18:43 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
d11363889160ff9301e6b34e1a2b9538c387e0f2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698