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

Issue 2567193002: Added method to IsolateVisitor to check for special isolates (i.e., service / vm isolates) since th… (Closed)

Created:
4 years ago by bkonyi
Modified:
4 years ago
Reviewers:
Cutch, rmacnak
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Added method to IsolateVisitor to check for special isolates (i.e., service / vm isolates) since this check is done frequently. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/7eef11a0e8e10583124532502bb1394252acb19b

Patch Set 1 #

Total comments: 3

Patch Set 2 : Changed name of IsSpecialIsolate to IsVMInternalIsolate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -7 lines) Patch
M runtime/lib/vmservice.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/isolate.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/service.cc View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
bkonyi
4 years ago (2016-12-12 22:46:10 UTC) #2
Cutch
https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h#newcode96 runtime/vm/isolate.h:96: bool IsSpecialIsolate(Isolate* isolate) const; Let's name it something like: ...
4 years ago (2016-12-12 22:47:26 UTC) #3
bkonyi
https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h#newcode96 runtime/vm/isolate.h:96: bool IsSpecialIsolate(Isolate* isolate) const; On 2016/12/12 22:47:26, Cutch wrote: ...
4 years ago (2016-12-12 22:51:20 UTC) #4
rmacnak
https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h File runtime/vm/isolate.h (right): https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h#newcode96 runtime/vm/isolate.h:96: bool IsSpecialIsolate(Isolate* isolate) const; On 2016/12/12 22:47:26, Cutch wrote: ...
4 years ago (2016-12-12 22:51:38 UTC) #6
Cutch
On 2016/12/12 22:51:38, rmacnak wrote: > https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h > File runtime/vm/isolate.h (right): > > https://codereview.chromium.org/2567193002/diff/1/runtime/vm/isolate.h#newcode96 > ...
4 years ago (2016-12-12 22:52:48 UTC) #7
Cutch
4 years ago (2016-12-12 22:52:52 UTC) #8
Cutch
lgtm
4 years ago (2016-12-12 22:52:56 UTC) #9
bkonyi
4 years ago (2016-12-12 22:54:14 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
7eef11a0e8e10583124532502bb1394252acb19b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698