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

Issue 38703009: Update VM service to new isolate API (Closed)

Created:
7 years, 2 months ago by Cutch
Modified:
7 years, 1 month ago
Reviewers:
floitsch, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 16

Patch Set 2 : Ivan's review #

Patch Set 3 : Rework #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -67 lines) Patch
M runtime/bin/main.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M runtime/bin/vmservice/running_isolate.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/bin/vmservice/running_isolates.dart View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M runtime/bin/vmservice/vmservice.dart View 1 2 3 4 2 chunks +11 lines, -8 lines 0 comments Download
M runtime/bin/vmservice/vmservice_io.dart View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M runtime/bin/vmservice_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 3 4 3 chunks +56 lines, -23 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
M tests/standalone/vmservice/isolate_class_test.dart View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M tests/standalone/vmservice/test_helper.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Cutch
7 years, 2 months ago (2013-10-24 15:02:57 UTC) #1
floitsch
LGTM (but wait for Ivan). Thanks! https://codereview.chromium.org/38703009/diff/1/runtime/bin/vmservice/vmservice.dart File runtime/bin/vmservice/vmservice.dart (right): https://codereview.chromium.org/38703009/diff/1/runtime/bin/vmservice/vmservice.dart#newcode22 runtime/bin/vmservice/vmservice.dart:22: ReceivePort _receivePort; maybe: ...
7 years, 2 months ago (2013-10-24 15:28:30 UTC) #2
Ivan Posva
-Ivan https://codereview.chromium.org/38703009/diff/1/runtime/bin/vmservice/vmservice.dart File runtime/bin/vmservice/vmservice.dart (right): https://codereview.chromium.org/38703009/diff/1/runtime/bin/vmservice/vmservice.dart#newcode43 runtime/bin/vmservice/vmservice.dart:43: port.close(); If you do not ever touch the ...
7 years, 2 months ago (2013-10-25 00:30:27 UTC) #3
Ivan Posva
https://codereview.chromium.org/38703009/diff/1/tests/standalone/vmservice/isolate_stacktrace_command_script.dart File tests/standalone/vmservice/isolate_stacktrace_command_script.dart (right): https://codereview.chromium.org/38703009/diff/1/tests/standalone/vmservice/isolate_stacktrace_command_script.dart#newcode29 tests/standalone/vmservice/isolate_stacktrace_command_script.dart:29: port.close(); Why is this port.close() needed?
7 years, 2 months ago (2013-10-25 00:31:02 UTC) #4
Cutch
Ivan: Patch Set 2 addresses all of your comments. Please see my comments about the ...
7 years, 2 months ago (2013-10-25 01:21:57 UTC) #5
Cutch
7 years, 1 month ago (2013-10-28 04:10:23 UTC) #6
Ivan Posva
https://codereview.chromium.org/38703009/diff/190001/runtime/bin/vmservice/vmservice.dart File runtime/bin/vmservice/vmservice.dart (right): https://codereview.chromium.org/38703009/diff/190001/runtime/bin/vmservice/vmservice.dart#newcode22 runtime/bin/vmservice/vmservice.dart:22: final ReceivePort receivePort; Are you sure you do not ...
7 years, 1 month ago (2013-10-29 03:35:50 UTC) #7
Ivan Posva
LGTM with comments addressed. -Ivan
7 years, 1 month ago (2013-10-29 04:18:24 UTC) #8
Cutch
https://codereview.chromium.org/38703009/diff/190001/runtime/bin/vmservice/vmservice.dart File runtime/bin/vmservice/vmservice.dart (right): https://codereview.chromium.org/38703009/diff/190001/runtime/bin/vmservice/vmservice.dart#newcode22 runtime/bin/vmservice/vmservice.dart:22: final ReceivePort receivePort; Switched to RawReceivePort. https://codereview.chromium.org/38703009/diff/190001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc ...
7 years, 1 month ago (2013-10-29 05:24:56 UTC) #9
Cutch
7 years, 1 month ago (2013-10-29 06:12:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 manually as r29415 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698