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

Issue 1168483003: Thread-local store buffers, v2 (Closed)

Created:
5 years, 6 months ago by koda
Modified:
5 years, 6 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : draft #

Patch Set 3 : cleanup #

Total comments: 19

Patch Set 4 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -149 lines) Patch
M runtime/vm/assembler_test.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M runtime/vm/gc_marker.cc View 5 chunks +5 lines, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/scavenger.cc View 6 chunks +8 lines, -5 lines 0 comments Download
M runtime/vm/store_buffer.h View 1 2 3 3 chunks +54 lines, -46 lines 0 comments Download
M runtime/vm/store_buffer.cc View 1 2 3 1 chunk +71 lines, -36 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 2 chunks +3 lines, -9 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 2 chunks +3 lines, -9 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 2 chunks +3 lines, -9 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 2 chunks +3 lines, -8 lines 0 comments Download
M runtime/vm/thread.h View 1 2 3 chunks +20 lines, -1 line 0 comments Download
M runtime/vm/thread.cc View 1 2 3 4 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
koda
5 years, 6 months ago (2015-06-07 04:01:09 UTC) #2
Ivan Posva
https://codereview.chromium.org/1168483003/diff/40001/runtime/vm/store_buffer.cc File runtime/vm/store_buffer.cc (right): https://codereview.chromium.org/1168483003/diff/40001/runtime/vm/store_buffer.cc#newcode32 runtime/vm/store_buffer.cc:32: while (full_.length() > 0) delete full_.Pop(); while (full_.head != ...
5 years, 6 months ago (2015-06-08 13:05:22 UTC) #3
Ivan Posva
After discussion it looks like we are keeping the List. Some naming should be adjusted ...
5 years, 6 months ago (2015-06-08 13:18:42 UTC) #4
koda
https://codereview.chromium.org/1168483003/diff/40001/runtime/vm/store_buffer.cc File runtime/vm/store_buffer.cc (right): https://codereview.chromium.org/1168483003/diff/40001/runtime/vm/store_buffer.cc#newcode32 runtime/vm/store_buffer.cc:32: while (full_.length() > 0) delete full_.Pop(); On 2015/06/08 13:05:21, ...
5 years, 6 months ago (2015-06-09 13:10:30 UTC) #5
koda
5 years, 6 months ago (2015-06-09 16:33:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
a410c0f993d5f4b2bebaa617c6bbbb137697ec98 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698