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

Issue 1154673004: Add "checked" parameter to Isolate.spawnUri. (Closed)

Created:
5 years, 6 months ago by Lasse Reichstein Nielsen
Modified:
5 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Add test. #

Total comments: 13

Patch Set 3 : Address comments #

Total comments: 10

Patch Set 4 : Update comments, add TODO. #

Patch Set 5 : Skip test for everything but VM for now. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -27 lines) Patch
M runtime/lib/isolate.cc View 1 2 3 4 chunks +21 lines, -5 lines 0 comments Download
M runtime/lib/isolate_patch.dart View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 4 chunks +8 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/isolate_patch.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/isolate/isolate.dart View 1 2 3 4 chunks +21 lines, -11 lines 0 comments Download
A tests/isolate/checked_test.dart View 1 2 3 4 1 chunk +48 lines, -0 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
Lasse Reichstein Nielsen
One issue here is that the VM takes a command line flag as an override ...
5 years, 6 months ago (2015-05-29 12:18:04 UTC) #2
sra1
How do you propose to support this for dart2js?
5 years, 6 months ago (2015-05-29 12:32:08 UTC) #4
Lasse Reichstein Nielsen
On 2015/05/29 12:32:08, sra1 wrote: > How do you propose to support this for dart2js? ...
5 years, 6 months ago (2015-05-29 12:37:47 UTC) #5
Ivan Posva
-Ivan https://codereview.chromium.org/1154673004/diff/20001/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): https://codereview.chromium.org/1154673004/diff/20001/runtime/lib/isolate.cc#newcode185 runtime/lib/isolate.cc:185: child_isolate->set_strict_compilation(parent_isolate->strict_compilation()); This should be handled when we create ...
5 years, 6 months ago (2015-05-29 15:18:18 UTC) #7
Ivan Posva
On 2015/05/29 12:37:47, Lasse Reichstein Nielsen wrote: > On 2015/05/29 12:32:08, sra1 wrote: > > ...
5 years, 6 months ago (2015-05-29 15:23:46 UTC) #8
Lasse Reichstein Nielsen
PTAL https://codereview.chromium.org/1154673004/diff/20001/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): https://codereview.chromium.org/1154673004/diff/20001/runtime/lib/isolate.cc#newcode185 runtime/lib/isolate.cc:185: child_isolate->set_strict_compilation(parent_isolate->strict_compilation()); On 2015/05/29 15:18:17, Ivan Posva wrote: > ...
5 years, 6 months ago (2015-06-02 15:26:44 UTC) #9
kevmoo
DBC https://codereview.chromium.org/1154673004/diff/40001/sdk/lib/isolate/isolate.dart File sdk/lib/isolate/isolate.dart (right): https://codereview.chromium.org/1154673004/diff/40001/sdk/lib/isolate/isolate.dart#newcode191 sdk/lib/isolate/isolate.dart:191: * WARNING: The [checked] parameter is not implemented ...
5 years, 6 months ago (2015-06-02 17:42:55 UTC) #11
Ivan Posva
LGTM with request to add a TODO... Thanks, -Ivan https://codereview.chromium.org/1154673004/diff/20001/runtime/lib/isolate_patch.dart File runtime/lib/isolate_patch.dart (right): https://codereview.chromium.org/1154673004/diff/20001/runtime/lib/isolate_patch.dart#newcode316 runtime/lib/isolate_patch.dart:316: ...
5 years, 6 months ago (2015-06-02 17:49:32 UTC) #12
Lasse Reichstein Nielsen
https://codereview.chromium.org/1154673004/diff/40001/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): https://codereview.chromium.org/1154673004/diff/40001/runtime/lib/isolate.cc#newcode184 runtime/lib/isolate.cc:184: child_isolate->set_strict_compilation(state->checked_mode()); On 2015/06/02 17:49:31, Ivan Posva wrote: > Please ...
5 years, 6 months ago (2015-06-03 06:55:25 UTC) #13
Lasse Reichstein Nielsen
5 years, 6 months ago (2015-06-03 10:33:06 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
5a843ebbf31c16abf92e9afbd8bf78db5deb9b26 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698