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

Issue 181503006: Add flag to pin and service command to release isolates (Closed)

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

Description

Add flag to pin and service command to release isolates BUG= Committed: https://code.google.com/p/dart/source/detail?r=33125

Patch Set 1 #

Total comments: 10

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -0 lines) Patch
M runtime/vm/isolate.h View 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 4 chunks +28 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
6 years, 9 months ago (2014-02-27 17:14:55 UTC) #1
Ivan Posva
-Ivan https://codereview.chromium.org/181503006/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/181503006/diff/1/runtime/vm/isolate.cc#newcode427 runtime/vm/isolate.cc:427: result->CreatePinPort(); How about: if (FLAG_pin_isolates) { result->CreatePinPort(); } ...
6 years, 9 months ago (2014-02-27 18:07:15 UTC) #2
Cutch
https://codereview.chromium.org/181503006/diff/1/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): https://codereview.chromium.org/181503006/diff/1/runtime/vm/isolate.cc#newcode427 runtime/vm/isolate.cc:427: result->CreatePinPort(); On 2014/02/27 18:07:16, Ivan Posva wrote: > How ...
6 years, 9 months ago (2014-02-27 18:13:47 UTC) #3
Cutch
6 years, 9 months ago (2014-02-27 18:14:57 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r33125 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698