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

Issue 242493007: Register existing isolates when service isolate is started (Closed)

Created:
6 years, 8 months ago by Cutch
Modified:
6 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Register existing isolates when service isolate is started BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=35227

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -22 lines) Patch
M runtime/bin/main.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 2 chunks +82 lines, -22 lines 0 comments Download
M runtime/vm/service/vmservice.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
6 years, 8 months ago (2014-04-21 19:45:02 UTC) #1
siva
https://codereview.chromium.org/242493007/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/242493007/diff/1/runtime/vm/service.cc#newcode302 runtime/vm/service.cc:302: ASSERT(!function.IsNull()); Can the lookup of this top level function ...
6 years, 8 months ago (2014-04-21 21:27:53 UTC) #2
Cutch
https://codereview.chromium.org/242493007/diff/1/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/242493007/diff/1/runtime/vm/service.cc#newcode302 runtime/vm/service.cc:302: ASSERT(!function.IsNull()); On 2014/04/21 21:27:53, siva wrote: > Can the ...
6 years, 8 months ago (2014-04-21 22:00:40 UTC) #3
siva
LGTM with comments. https://codereview.chromium.org/242493007/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/242493007/diff/20001/runtime/vm/service.cc#newcode302 runtime/vm/service.cc:302: } ASSERT(Isolate::Current() == service_isolate_); here too. ...
6 years, 8 months ago (2014-04-21 22:11:41 UTC) #4
Cutch
https://codereview.chromium.org/242493007/diff/20001/runtime/vm/service.cc File runtime/vm/service.cc (right): https://codereview.chromium.org/242493007/diff/20001/runtime/vm/service.cc#newcode302 runtime/vm/service.cc:302: } On 2014/04/21 22:11:41, siva wrote: > ASSERT(Isolate::Current() == ...
6 years, 8 months ago (2014-04-21 22:16:17 UTC) #5
Cutch
6 years, 8 months ago (2014-04-21 22:16:43 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r35227 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698