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

Issue 2949323002: Load vmservice from a .dill file when generating AOT snapshots. (Closed)

Created:
3 years, 6 months ago by sivachandra
Modified:
3 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Load vmservice from a .dill file when generating AOT snapshots. This will happen only if --dfe option is specified along with the --kernel-binaries option. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/a23178ee779632ef468b498e058a8f3f2f61e84b

Patch Set 1 #

Patch Set 2 : Remove whitespace #

Patch Set 3 : Use Dart_LoadLibrary instead of adding a new API function #

Total comments: 4

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -6 lines) Patch
M runtime/bin/main.cc View 1 chunk +5 lines, -1 line 0 comments Download
M runtime/bin/vmservice_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 2 3 4 chunks +21 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 3 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
sivachandra
This change brings down the failures on vm-kernel-precomp bots from around 1600+ to around 100. ...
3 years, 6 months ago (2017-06-22 18:25:26 UTC) #2
sivachandra
PTaL at patch set 3. Modified according to offline discussions.
3 years, 6 months ago (2017-06-22 23:33:08 UTC) #3
siva
https://codereview.chromium.org/2949323002/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/2949323002/diff/40001/runtime/vm/dart_api_impl.cc#newcode5647 runtime/vm/dart_api_impl.cc:5647: static Dart_Handle LoadLibraryFromKernel(Thread* T, void* kernel_program) { Is it ...
3 years, 6 months ago (2017-06-22 23:51:37 UTC) #4
sivachandra
https://codereview.chromium.org/2949323002/diff/40001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/2949323002/diff/40001/runtime/vm/dart_api_impl.cc#newcode5647 runtime/vm/dart_api_impl.cc:5647: static Dart_Handle LoadLibraryFromKernel(Thread* T, void* kernel_program) { On 2017/06/22 ...
3 years, 6 months ago (2017-06-23 01:14:57 UTC) #5
siva
lgtm
3 years, 6 months ago (2017-06-23 05:23:24 UTC) #6
sivachandra
3 years, 6 months ago (2017-06-23 16:39:29 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
a23178ee779632ef468b498e058a8f3f2f61e84b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698