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

Issue 1915853004: Option to output precompiled instructions as a blob for use with mmap instead of assembly for use i… (Closed)

Created:
4 years, 8 months ago by rmacnak
Modified:
4 years, 8 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org, jsimmons1, Chinmay
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Option to output precompiled instructions as a blob for use with mmap instead of assembly for use in a shared library. BUG=http://dartbug.com/26199 R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/f262fad6396d7525b931010f0fd12487f19477d5

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 14

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+622 lines, -173 lines) Patch
M runtime/bin/dartutils.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/bin/file.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/file_android.cc View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M runtime/bin/file_linux.cc View 2 chunks +16 lines, -0 lines 0 comments Download
M runtime/bin/file_macos.cc View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M runtime/bin/file_win.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/bin/gen_snapshot.cc View 1 2 3 4 5 6 9 chunks +119 lines, -50 lines 0 comments Download
M runtime/bin/main.cc View 1 2 3 4 8 chunks +112 lines, -24 lines 0 comments Download
M runtime/include/dart_api.h View 1 chunk +14 lines, -3 lines 0 comments Download
M runtime/vm/benchmark_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 4 chunks +90 lines, -18 lines 0 comments Download
M runtime/vm/datastream.h View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/snapshot.h View 1 2 3 4 5 6 6 chunks +69 lines, -31 lines 0 comments Download
M runtime/vm/snapshot.cc View 9 chunks +101 lines, -30 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 1 2 3 4 5 chunks +20 lines, -11 lines 0 comments Download
M tools/testing/dart/runtime_configuration.dart View 1 2 3 4 5 6 4 chunks +9 lines, -1 line 0 comments Download
M tools/testing/dart/test_options.dart View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
4 years, 8 months ago (2016-04-25 19:54:47 UTC) #2
Florian Schneider
Lgtm! Please make sure to test all the command-line options for gen_snapshot as well before ...
4 years, 8 months ago (2016-04-25 21:40:27 UTC) #3
rmacnak
Patched this into a Flutter tree and I was able to build for iOS only ...
4 years, 8 months ago (2016-04-25 23:16:07 UTC) #4
rmacnak
4 years, 8 months ago (2016-04-25 23:19:40 UTC) #6
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
f262fad6396d7525b931010f0fd12487f19477d5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698