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

Issue 1411383004: Enable generation of instruction buffer on precompilation (Closed)

Created:
5 years, 2 months ago by Chinmay
Modified:
5 years, 2 months ago
Reviewers:
Cutch, rmacnak
CC:
abarth, Ivan Posva, reviews_dartlang.org, ricow1, turnidge, vm-dev_dartlang.org, zra
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Enable generation of instruction buffer on precompilation R=rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/87ce99fd005a26abbc3c6c9bcc4c3c39a2baf952

Patch Set 1 #

Total comments: 44

Patch Set 2 : Address CL concerns #

Total comments: 8

Patch Set 3 : Address more CL concerns #

Unified diffs Side-by-side diffs Delta from patch set Stats (+538 lines, -28 lines) Patch
M runtime/BUILD.gn View 1 2 2 chunks +23 lines, -0 lines 0 comments Download
M runtime/bin/gen_snapshot.cc View 1 2 10 chunks +481 lines, -22 lines 0 comments Download
M runtime/platform/globals.h View 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/tools/create_snapshot_bin.py View 1 2 chunks +17 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/cpu_arm64.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M runtime/vm/service_isolate.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
Chinmay
These are the required updates to the snapshotter to make usable precompiled builds on iOS. ...
5 years, 2 months ago (2015-10-21 20:31:27 UTC) #2
Cutch
https://codereview.chromium.org/1411383004/diff/1/runtime/bin/gen_snapshot.cc File runtime/bin/gen_snapshot.cc (right): https://codereview.chromium.org/1411383004/diff/1/runtime/bin/gen_snapshot.cc#newcode542 runtime/bin/gen_snapshot.cc:542: int argument_count, align arguments https://codereview.chromium.org/1411383004/diff/1/runtime/bin/gen_snapshot.cc#newcode636 runtime/bin/gen_snapshot.cc:636: static bool ParseEntryPointsManifestSingleLine( ...
5 years, 2 months ago (2015-10-21 22:00:08 UTC) #3
Cutch
5 years, 2 months ago (2015-10-21 22:00:09 UTC) #4
rmacnak
https://codereview.chromium.org/1411383004/diff/1/runtime/BUILD.gn File runtime/BUILD.gn (right): https://codereview.chromium.org/1411383004/diff/1/runtime/BUILD.gn#newcode24 runtime/BUILD.gn:24: if (!is_ios || !is_android) { Won't this also cause ...
5 years, 2 months ago (2015-10-21 23:06:19 UTC) #5
Chinmay
johnmccutchan@ and rmacnak@: I believe I have addressed all concerns. PTAL https://codereview.chromium.org/1411383004/diff/1/runtime/BUILD.gn File runtime/BUILD.gn (right): ...
5 years, 2 months ago (2015-10-22 00:13:17 UTC) #6
rmacnak
https://codereview.chromium.org/1411383004/diff/20001/runtime/BUILD.gn File runtime/BUILD.gn (right): https://codereview.chromium.org/1411383004/diff/20001/runtime/BUILD.gn#newcode26 runtime/BUILD.gn:26: # compile the snapshotter on the host. If no ...
5 years, 2 months ago (2015-10-22 16:46:15 UTC) #7
Chinmay
rmacnack@ Have added the dart_target_arch to runtime/BUILD.gn + other minor fixes. https://codereview.chromium.org/1411383004/diff/20001/runtime/BUILD.gn File runtime/BUILD.gn (right): ...
5 years, 2 months ago (2015-10-22 19:01:30 UTC) #8
rmacnak
LGTM
5 years, 2 months ago (2015-10-22 19:22:39 UTC) #9
Chinmay
5 years, 2 months ago (2015-10-22 19:26:55 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
87ce99fd005a26abbc3c6c9bcc4c3c39a2baf952.

Powered by Google App Engine
This is Rietveld 408576698