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

Issue 1387643002: Move vm_tags from isolate to thread, since we may have multiple threads in same isolate (GC, backgr… (Closed)

Created:
5 years, 2 months ago by srdjan
Modified:
5 years, 2 months ago
Reviewers:
rmacnak, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Move vm_tags from isolate to thread, since we may have multiple threads in same isolate (GC, background compilation) BUG= R=johnmccutchan@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/dc2d81b636df90bbefcf7669b7fd4bdfc45dea69

Patch Set 1 #

Patch Set 2 : Move VM tags from isolate to thread #

Total comments: 14

Patch Set 3 : Adressed comments #

Patch Set 4 : More comment cleanups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -231 lines) Patch
M runtime/vm/assembler_ia32.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/profiler.cc View 1 2 12 chunks +32 lines, -26 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/simulator_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 16 chunks +20 lines, -32 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 16 chunks +20 lines, -34 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 3 14 chunks +17 lines, -39 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 12 chunks +20 lines, -32 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 12 chunks +20 lines, -44 lines 0 comments Download
M runtime/vm/tags.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/thread.h View 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/thread.cc View 3 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
srdjan
5 years, 2 months ago (2015-10-02 22:10:04 UTC) #2
rmacnak
lgtm https://codereview.chromium.org/1387643002/diff/20001/runtime/vm/profiler.cc File runtime/vm/profiler.cc (right): https://codereview.chromium.org/1387643002/diff/20001/runtime/vm/profiler.cc#newcode953 runtime/vm/profiler.cc:953: static Sample* SetupSample(Thread* thread, We'll probably want to ...
5 years, 2 months ago (2015-10-02 23:35:28 UTC) #3
Cutch
LGTM with a bunch of comment nits. https://codereview.chromium.org/1387643002/diff/20001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/1387643002/diff/20001/runtime/vm/isolate.cc#newcode1937 runtime/vm/isolate.cc:1937: // TODO(srdjan): ...
5 years, 2 months ago (2015-10-05 17:45:09 UTC) #4
srdjan
https://codereview.chromium.org/1387643002/diff/20001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/1387643002/diff/20001/runtime/vm/isolate.cc#newcode1937 runtime/vm/isolate.cc:1937: // TODO(srdjan): Discuss with John what to do here. ...
5 years, 2 months ago (2015-10-05 18:13:27 UTC) #5
srdjan
5 years, 2 months ago (2015-10-05 19:50:40 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
dc2d81b636df90bbefcf7669b7fd4bdfc45dea69 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698