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

Issue 18862004: Call shutdown callback before the isolate is destroyed (Closed)

Created:
7 years, 5 months ago by Cutch
Modified:
7 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Call shutdown callback before the isolate is destroyed R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=24844

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -8 lines) Patch
M runtime/include/dart_api.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/dart.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/dart.cc View 1 2 chunks +8 lines, -4 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl_test.cc View 1 chunk +66 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Cutch
7 years, 5 months ago (2013-07-08 21:28:21 UTC) #1
siva
One question regarding accessing the delete isolate pointer in StartIsolateScope::~StartIsolateScope https://codereview.chromium.org/18862004/diff/1/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/18862004/diff/1/runtime/include/dart_api.h#newcode671 ...
7 years, 5 months ago (2013-07-08 21:54:39 UTC) #2
siva
lgtm https://codereview.chromium.org/18862004/diff/8001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/18862004/diff/8001/runtime/include/dart_api.h#newcode671 runtime/include/dart_api.h:671: * isolate. It is safe run Dart code. ...
7 years, 5 months ago (2013-07-08 22:39:27 UTC) #3
Cutch
https://codereview.chromium.org/18862004/diff/8001/runtime/include/dart_api.h File runtime/include/dart_api.h (right): https://codereview.chromium.org/18862004/diff/8001/runtime/include/dart_api.h#newcode671 runtime/include/dart_api.h:671: * isolate. It is safe run Dart code. On ...
7 years, 5 months ago (2013-07-08 22:43:24 UTC) #4
Cutch
7 years, 5 months ago (2013-07-09 14:59:08 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r24844 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698