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

Issue 204003002: Support wedging isolates before startup or before exit. (Closed)

Created:
6 years, 9 months ago by Cutch
Modified:
6 years, 9 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Chris Bracken
Visibility:
Public.

Description

Support wedging isolates before startup or before exit. R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=34079

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -43 lines) Patch
M runtime/vm/isolate.h View 2 chunks +0 lines, -7 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 5 chunks +16 lines, -29 lines 0 comments Download
M runtime/vm/message_handler.h View 1 2 3 2 chunks +32 lines, -0 lines 0 comments Download
M runtime/vm/message_handler.cc View 1 2 3 3 chunks +20 lines, -3 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 6 chunks +27 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
6 years, 9 months ago (2014-03-18 21:31:32 UTC) #1
turnidge
lgtm w/ c. https://codereview.chromium.org/204003002/diff/20001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/204003002/diff/20001/runtime/vm/isolate.cc#newcode440 runtime/vm/isolate.cc:440: result->message_handler()->set_wedge_on_exit(true); How about: --pause_Isolates_on_start --pause_isolates_on_exit and ...
6 years, 9 months ago (2014-03-18 21:45:37 UTC) #2
Cutch
https://codereview.chromium.org/204003002/diff/20001/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/204003002/diff/20001/runtime/vm/isolate.cc#newcode440 runtime/vm/isolate.cc:440: result->message_handler()->set_wedge_on_exit(true); On 2014/03/18 21:45:37, turnidge wrote: > How about: ...
6 years, 9 months ago (2014-03-18 23:32:32 UTC) #3
Cutch
6 years, 9 months ago (2014-03-18 23:32:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r34079 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698