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

Issue 2179983002: Implemented schema change for the isolate reload operation. (Closed)

Created:
4 years, 5 months ago by bakster
Modified:
4 years, 4 months ago
Reviewers:
turnidge, Cutch
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

Implemented schema change for the isolate reload operation. I'll add more tests to isolate_reload_test.cc while waiting for the first round of comments. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/293c6116e94addd6e8897fc64fd84a9638b3f536

Patch Set 1 #

Patch Set 2 : Added a few tests to isolate_reload_test.cc #

Total comments: 17

Patch Set 3 : CL response #

Total comments: 8

Patch Set 4 : Final CL review changes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+938 lines, -200 lines) Patch
M runtime/vm/become.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/become.cc View 2 chunks +12 lines, -1 line 0 comments Download
M runtime/vm/isolate_reload.h View 7 chunks +120 lines, -5 lines 0 comments Download
M runtime/vm/isolate_reload.cc View 1 2 3 11 chunks +282 lines, -22 lines 0 comments Download
M runtime/vm/isolate_reload_test.cc View 1 2 63 chunks +279 lines, -64 lines 0 comments Download
M runtime/vm/object.h View 1 2 8 chunks +31 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object_reload.cc View 1 2 3 chunks +206 lines, -100 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
bakster
Hi John Could you give me the first round of comments while I add more ...
4 years, 5 months ago (2016-07-25 21:29:29 UTC) #2
bakster
Forgot to include Todd.
4 years, 5 months ago (2016-07-25 22:39:27 UTC) #4
Cutch
https://codereview.chromium.org/2179983002/diff/20001/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://codereview.chromium.org/2179983002/diff/20001/runtime/vm/isolate_reload.cc#newcode129 runtime/vm/isolate_reload.cc:129: OS::Print("%s\n", cls.ToCString()); Use a LogBlock scope object and THR_Print ...
4 years, 4 months ago (2016-07-26 14:42:46 UTC) #5
bakster
PTAL https://codereview.chromium.org/2179983002/diff/20001/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://codereview.chromium.org/2179983002/diff/20001/runtime/vm/isolate_reload.cc#newcode129 runtime/vm/isolate_reload.cc:129: OS::Print("%s\n", cls.ToCString()); On 2016/07/26 14:42:45, Cutch wrote: > ...
4 years, 4 months ago (2016-07-26 16:54:51 UTC) #6
Cutch
LGTM after final set of comments are addressed https://codereview.chromium.org/2179983002/diff/40001/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://codereview.chromium.org/2179983002/diff/40001/runtime/vm/isolate_reload.cc#newcode129 runtime/vm/isolate_reload.cc:129: LogBlock ...
4 years, 4 months ago (2016-07-26 17:10:16 UTC) #7
bakster
Thanks, Lars https://codereview.chromium.org/2179983002/diff/40001/runtime/vm/isolate_reload.cc File runtime/vm/isolate_reload.cc (right): https://codereview.chromium.org/2179983002/diff/40001/runtime/vm/isolate_reload.cc#newcode129 runtime/vm/isolate_reload.cc:129: LogBlock blocker; On 2016/07/26 17:10:16, Cutch wrote: ...
4 years, 4 months ago (2016-07-26 18:01:47 UTC) #8
bakster
4 years, 4 months ago (2016-07-26 18:13:34 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
293c6116e94addd6e8897fc64fd84a9638b3f536 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698