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

Issue 2196693003: DBC: Fail cleanly when attempting to create an AOT or JIT app snapshot. (Closed)

Created:
4 years, 4 months ago by rmacnak
Modified:
4 years, 4 months ago
Reviewers:
zra
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

DBC: Fail cleanly when attempting to create an AOT or JIT app snapshot. Use the appropriate object pool entry type for native functions (makes a JIT app snapshot fail at snapshot creation time instead of runtime). R=zra@google.com Committed: https://github.com/dart-lang/sdk/commit/10863a8f0cec739737ce2c52a50ccdc95414200a

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M runtime/vm/dart_api_impl.cc View 4 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_dbc.cc View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 7 (3 generated)
rmacnak
4 years, 4 months ago (2016-07-29 20:49:37 UTC) #3
zra
lgtm w/ question https://codereview.chromium.org/2196693003/diff/1/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2196693003/diff/1/runtime/vm/intermediate_language_dbc.cc#newcode789 runtime/vm/intermediate_language_dbc.cc:789: __ object_pool_wrapper().FindNativeEntry(&label, kNotPatchable); Are there more ...
4 years, 4 months ago (2016-07-29 20:56:27 UTC) #4
rmacnak
https://codereview.chromium.org/2196693003/diff/1/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2196693003/diff/1/runtime/vm/intermediate_language_dbc.cc#newcode789 runtime/vm/intermediate_language_dbc.cc:789: __ object_pool_wrapper().FindNativeEntry(&label, kNotPatchable); On 2016/07/29 20:56:27, zra wrote: > ...
4 years, 4 months ago (2016-07-29 21:08:08 UTC) #5
rmacnak
4 years, 4 months ago (2016-07-29 21:11:32 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
10863a8f0cec739737ce2c52a50ccdc95414200a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698