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

Issue 2463923002: Don't use IsolateData for the exit hook as multiple embedders share the dart/bin while using differ… (Closed)

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

Description

Don't use IsolateData for the exit hook as multiple embedders share the dart/bin while using different isolate data structures. Issue flutter/flutter#6506 R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/4d65db8a959b5efeedc77682a21da1b646ae383f

Patch Set 1 #

Total comments: 2

Patch Set 2 : check secondary #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -16 lines) Patch
M runtime/bin/isolate_data.h View 4 chunks +1 line, -8 lines 0 comments Download
M runtime/bin/main.cc View 1 5 chunks +12 lines, -3 lines 0 comments Download
M runtime/bin/process.h View 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/bin/process.cc View 1 chunk +1 line, -5 lines 0 comments Download
M runtime/bin/process_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process_fuchsia.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process_macos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process_unsupported.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process_win.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
4 years, 1 month ago (2016-10-31 19:14:51 UTC) #2
siva
lgtm https://codereview.chromium.org/2463923002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2463923002/diff/1/runtime/bin/main.cc#newcode1538 runtime/bin/main.cc:1538: static void SnapshotOnExitHook(int64_t exit_code) { As discussed offline ...
4 years, 1 month ago (2016-10-31 21:52:20 UTC) #3
rmacnak
https://codereview.chromium.org/2463923002/diff/1/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/2463923002/diff/1/runtime/bin/main.cc#newcode1538 runtime/bin/main.cc:1538: static void SnapshotOnExitHook(int64_t exit_code) { On 2016/10/31 21:52:20, siva ...
4 years, 1 month ago (2016-10-31 22:38:48 UTC) #4
rmacnak
4 years, 1 month ago (2016-10-31 22:56:30 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
4d65db8a959b5efeedc77682a21da1b646ae383f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698