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

Issue 354763004: - Implement Isolate.pause and Isolate.resume. (Closed)

Created:
6 years, 5 months ago by Ivan Posva
Modified:
6 years, 5 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Lasse Reichstein Nielsen, Søren Gjesse
Visibility:
Public.

Description

- Implement Isolate.pause and Isolate.resume. - Implement a minimum Capability functionality. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37982

Patch Set 1 #

Total comments: 23
Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -73 lines) Patch
M runtime/lib/isolate.cc View 5 chunks +31 lines, -4 lines 2 comments Download
M runtime/lib/isolate_patch.dart View 4 chunks +36 lines, -12 lines 2 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/isolate.h View 4 chunks +16 lines, -0 lines 5 comments Download
M runtime/vm/isolate.cc View 11 chunks +129 lines, -14 lines 6 comments Download
M runtime/vm/message_handler.h View 2 chunks +6 lines, -0 lines 6 comments Download
M runtime/vm/message_handler.cc View 5 chunks +15 lines, -7 lines 0 comments Download
M runtime/vm/object_store.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 chunk +14 lines, -3 lines 2 comments Download
M runtime/vm/service.h View 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/service.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M runtime/vm/service_test.cc View 23 chunks +23 lines, -23 lines 0 comments Download
M tests/isolate/isolate.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Ivan Posva
6 years, 5 months ago (2014-07-01 13:56:04 UTC) #1
siva
LGTM with some comments. https://codereview.chromium.org/354763004/diff/1/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): https://codereview.chromium.org/354763004/diff/1/runtime/lib/isolate.cc#newcode169 runtime/lib/isolate.cc:169: static RawArray* Spawn(Isolate* isolate, This ...
6 years, 5 months ago (2014-07-01 21:42:57 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/354763004/diff/1/runtime/lib/isolate_patch.dart File runtime/lib/isolate_patch.dart (right): https://codereview.chromium.org/354763004/diff/1/runtime/lib/isolate_patch.dart#newcode15 runtime/lib/isolate_patch.dart:15: /* patch */ factory Capability() = _CapabilityImpl; Could you ...
6 years, 5 months ago (2014-07-02 08:11:55 UTC) #3
siva
https://codereview.chromium.org/354763004/diff/1/runtime/vm/message_handler.h File runtime/vm/message_handler.h (right): https://codereview.chromium.org/354763004/diff/1/runtime/vm/message_handler.h#newcode76 runtime/vm/message_handler.h:76: void increment_paused() { paused_++; } On 2014/07/02 08:11:55, Lasse ...
6 years, 5 months ago (2014-07-02 14:52:10 UTC) #4
Ivan Posva
Thanks, -Ivan https://codereview.chromium.org/354763004/diff/1/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): https://codereview.chromium.org/354763004/diff/1/runtime/lib/isolate.cc#newcode169 runtime/lib/isolate.cc:169: static RawArray* Spawn(Isolate* isolate, On 2014/07/01 21:42:56, ...
6 years, 5 months ago (2014-07-03 12:51:17 UTC) #5
Ivan Posva
6 years, 5 months ago (2014-07-03 12:56:16 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 manually as r37982 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698