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

Issue 2933203004: Replace the --platform vm option with --kernel-binaries option. (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

Replace the --platform vm_option with --kernel-binaries option. This new flag value specifies the directory in which the VM should look up the platform.dill file. A future change will require the VM to load another kernel binary from disk. This binary will also live in the same directory that --kernel-binaries specifies. This way, we avoid adding a different flag for each of the different binaries. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/bac83e0973f981d4b4e61e90cb7f6fb5ceb89206

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments on patch set 1 #

Patch Set 3 : s/set_kernel_binaries_directory/SetKernelBinaries #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -23 lines) Patch
M runtime/bin/dfe.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/bin/dfe.cc View 1 2 3 chunks +23 lines, -11 lines 0 comments Download
M runtime/bin/main.cc View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M tools/testing/dart/compiler_configuration.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
sivachandra
This change is in response to the comment in https://codereview.chromium.org/2925203002/ to reduce the number of ...
3 years, 6 months ago (2017-06-13 23:42:18 UTC) #2
siva
https://codereview.chromium.org/2933203004/diff/1/runtime/bin/dfe.cc File runtime/bin/dfe.cc (right): https://codereview.chromium.org/2933203004/diff/1/runtime/bin/dfe.cc#newcode44 runtime/bin/dfe.cc:44: File::PathSeparator(), kPlatformBinaryName); We normally use a pattern like this: ...
3 years, 6 months ago (2017-06-15 18:00:50 UTC) #4
sivachandra
https://codereview.chromium.org/2933203004/diff/1/runtime/bin/dfe.cc File runtime/bin/dfe.cc (right): https://codereview.chromium.org/2933203004/diff/1/runtime/bin/dfe.cc#newcode44 runtime/bin/dfe.cc:44: File::PathSeparator(), kPlatformBinaryName); On 2017/06/15 18:00:49, siva wrote: > We ...
3 years, 6 months ago (2017-06-15 20:47:52 UTC) #5
siva
lgtm https://codereview.chromium.org/2933203004/diff/1/runtime/bin/dfe.cc File runtime/bin/dfe.cc (right): https://codereview.chromium.org/2933203004/diff/1/runtime/bin/dfe.cc#newcode44 runtime/bin/dfe.cc:44: File::PathSeparator(), kPlatformBinaryName); On 2017/06/15 20:47:52, sivachandra wrote: > ...
3 years, 6 months ago (2017-06-16 00:56:13 UTC) #6
sivachandra
3 years, 6 months ago (2017-06-16 19:22:37 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
bac83e0973f981d4b4e61e90cb7f6fb5ceb89206 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698