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

Issue 1244733002: - Implement VM parts of https://codereview.chromium.org/1240743003/ (Closed)

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

Description

- Implement VM parts of https://codereview.chromium.org/1240743003/ - Pass additional state in the IsolateSpawnState to set error and exit handlers, as well as fatal errors on isolate start. BUG= R=floitsch@google.com Committed: https://github.com/dart-lang/sdk/commit/fe03640e858662c53a6617df66e616896783524a

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address review comments, add more immediate tests. #

Patch Set 3 : Update isolate.status file as expected. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+397 lines, -20 lines) Patch
M runtime/lib/isolate.cc View 5 chunks +26 lines, -4 lines 0 comments Download
M runtime/lib/isolate_patch.dart View 3 chunks +8 lines, -4 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/isolate.h View 4 chunks +14 lines, -2 lines 0 comments Download
M runtime/vm/isolate.cc View 5 chunks +34 lines, -4 lines 0 comments Download
A tests/isolate/error_at_spawn_test.dart View 1 1 chunk +34 lines, -0 lines 0 comments Download
A + tests/isolate/error_at_spawnuri_iso.dart View 1 1 chunk +2 lines, -3 lines 0 comments Download
A tests/isolate/error_at_spawnuri_test.dart View 1 1 chunk +30 lines, -0 lines 0 comments Download
A tests/isolate/error_exit_at_spawn_test.dart View 1 1 chunk +88 lines, -0 lines 0 comments Download
A tests/isolate/error_exit_at_spawnuri_iso.dart View 1 chunk +25 lines, -0 lines 0 comments Download
A tests/isolate/error_exit_at_spawnuri_test.dart View 1 1 chunk +70 lines, -0 lines 0 comments Download
A tests/isolate/exit_at_spawn_test.dart View 1 1 chunk +29 lines, -0 lines 0 comments Download
A + tests/isolate/exit_at_spawnuri_iso.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
A tests/isolate/exit_at_spawnuri_test.dart View 1 1 chunk +27 lines, -0 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Ivan Posva
5 years, 5 months ago (2015-07-20 12:40:07 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/1244733002/diff/1/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): https://codereview.chromium.org/1244733002/diff/1/runtime/lib/isolate.cc#newcode241 runtime/lib/isolate.cc:241: bool fatal_errors = fatalErrors.IsNull() ? true : fatalErrors.value(); ...
5 years, 5 months ago (2015-07-20 13:03:49 UTC) #3
Ivan Posva
Added 4 more tests as requested. Thanks for the review, -Ivan https://codereview.chromium.org/1244733002/diff/1/runtime/lib/isolate.cc File runtime/lib/isolate.cc (right): ...
5 years, 5 months ago (2015-07-20 14:28:32 UTC) #4
Ivan Posva
5 years, 5 months ago (2015-07-20 14:46:59 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
fe03640e858662c53a6617df66e616896783524a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698