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

Issue 138953018: Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. (Closed)

Created:
6 years, 10 months ago by Hannes Payer (out of office)
Modified:
6 years, 10 months ago
Reviewers:
Jarin
CC:
v8-dev
Visibility:
Public.

Description

Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. BUG= R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19355

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -27 lines) Patch
M src/spaces.h View 1 2 4 chunks +11 lines, -6 lines 0 comments Download
M src/spaces.cc View 1 2 3 10 chunks +26 lines, -21 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Hannes Payer (out of office)
6 years, 10 months ago (2014-02-12 13:29:21 UTC) #1
Jarin
https://codereview.chromium.org/138953018/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/1/src/spaces.cc#newcode2085 src/spaces.cc:2085: if (NoBarrier_Load(reinterpret_cast<AtomicWord*>(&category->top_)) != 0) { You should change the ...
6 years, 10 months ago (2014-02-12 14:09:01 UTC) #2
Hannes Payer (out of office)
https://codereview.chromium.org/138953018/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/1/src/spaces.cc#newcode2085 src/spaces.cc:2085: if (NoBarrier_Load(reinterpret_cast<AtomicWord*>(&category->top_)) != 0) { On 2014/02/12 14:09:02, jarin ...
6 years, 10 months ago (2014-02-12 16:15:18 UTC) #3
Jarin
I know that this is massively annoying, but AtomicWord that could participate in a data ...
6 years, 10 months ago (2014-02-12 21:38:01 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/138953018/diff/50001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/50001/src/spaces.cc#newcode2085 src/spaces.cc:2085: if (NoBarrier_Load(&category->top_) != 0) { On 2014/02/12 21:38:02, jarin ...
6 years, 10 months ago (2014-02-13 12:15:51 UTC) #5
Jarin
On 2014/02/13 12:15:51, Hannes Payer wrote: > https://codereview.chromium.org/138953018/diff/50001/src/spaces.cc > File src/spaces.cc (right): > > https://codereview.chromium.org/138953018/diff/50001/src/spaces.cc#newcode2085 ...
6 years, 10 months ago (2014-02-13 12:35:14 UTC) #6
Jarin
Here are the questions. https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc#newcode2131 src/spaces.cc:2131: FreeListNode** n = &t; Now ...
6 years, 10 months ago (2014-02-13 12:35:48 UTC) #7
Hannes Payer (out of office)
https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/110001/src/spaces.cc#newcode2131 src/spaces.cc:2131: FreeListNode** n = &t; On 2014/02/13 12:35:49, jarin wrote: ...
6 years, 10 months ago (2014-02-13 12:51:56 UTC) #8
Hannes Payer (out of office)
6 years, 10 months ago (2014-02-13 15:01:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r19355 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698