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

Issue 1759913002: Make precompiler work with product mode. (Closed)

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

Description

Make precompiler work with product mode. For now, change compilation-related flags to be regular command line options. They won't affect the size of the precompiled runtime anyway since the compiler is not included there. Also introduce a separate switch for precompiled runtime. This can be used instead of the macro since it is a compile-time constant in the precompiled runtime. BUG= Committed: https://github.com/dart-lang/sdk/commit/48b0183926978e909ac0726cffb04c97a3523246

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -71 lines) Patch
M runtime/bin/main.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M runtime/lib/regexp.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/block_scheduler.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/compiler.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/debugger.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flag_list.h View 1 7 chunks +18 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 4 chunks +17 lines, -32 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/weak_code.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
Florian Schneider
4 years, 9 months ago (2016-03-02 20:04:13 UTC) #3
rmacnak
https://codereview.chromium.org/1759913002/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/1759913002/diff/1/runtime/vm/flag_list.h#newcode106 runtime/vm/flag_list.h:106: P(reorder_basic_blocks, bool, true, \ Probably don't need both this ...
4 years, 9 months ago (2016-03-02 21:12:35 UTC) #4
Florian Schneider
https://codereview.chromium.org/1759913002/diff/1/runtime/vm/flag_list.h File runtime/vm/flag_list.h (right): https://codereview.chromium.org/1759913002/diff/1/runtime/vm/flag_list.h#newcode106 runtime/vm/flag_list.h:106: P(reorder_basic_blocks, bool, true, \ On 2016/03/02 21:12:35, rmacnak wrote: ...
4 years, 9 months ago (2016-03-02 21:48:11 UTC) #5
Florian Schneider
Committed patchset #2 (id:20001) manually as 48b0183926978e909ac0726cffb04c97a3523246 (presubmit successful).
4 years, 9 months ago (2016-03-02 22:00:00 UTC) #7
rmacnak
4 years, 9 months ago (2016-03-02 22:04:30 UTC) #8
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698