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

Issue 1947783003: Simplify command line options for creating snapshots. (Closed)

Created:
4 years, 7 months ago by rmacnak
Modified:
4 years, 7 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Simplify command line options for creating snapshots. Also makes codeless app snapshots work in debug and release modes. dart --snapshot=file.snap [--snapshot-kind=script] script.dart dart file.snap dart_bootstrap --snapshot=dir --snapshot-kind=app-after-run script.dart dart --run-app-snapshot=dir script.dart dart_bootstrap --snapshot=dir --snapshot-kind=app-jit-after-run script.dart dart --run-app-snapshot=dir script.dart dart_bootstrap --snapshot=dir --snapshot-kind=app-aot script.dart dart_precompiled_runtime --run-app-snapshot=dir script.dart R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/7546ef1709578dc7d9298d1d9e56c67396087469

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 7

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -290 lines) Patch
M runtime/bin/main.cc View 1 2 3 4 5 6 24 chunks +109 lines, -271 lines 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 1 2 3 4 5 6 5 chunks +12 lines, -16 lines 0 comments Download
M tools/testing/dart/runtime_configuration.dart View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
rmacnak
4 years, 7 months ago (2016-05-05 18:12:57 UTC) #4
siva
LGTM with some comments. Please send email to dart-vm group with the new options as ...
4 years, 7 months ago (2016-05-05 22:38:44 UTC) #5
rmacnak
PTAL at revised names. https://codereview.chromium.org/1947783003/diff/80001/runtime/bin/main.cc File runtime/bin/main.cc (right): https://codereview.chromium.org/1947783003/diff/80001/runtime/bin/main.cc#newcode361 runtime/bin/main.cc:361: } On 2016/05/05 22:38:43, siva ...
4 years, 7 months ago (2016-05-06 00:19:47 UTC) #7
siva
lgtm
4 years, 7 months ago (2016-05-06 18:18:28 UTC) #8
rmacnak
4 years, 7 months ago (2016-05-06 19:40:13 UTC) #10
Message was sent while issue was closed.
Committed patchset #7 (id:100001) manually as
7546ef1709578dc7d9298d1d9e56c67396087469 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698