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

Issue 1803303002: Move all flags to CompilerOptions (first step to stop passing the compiler to (Closed)

Created:
4 years, 9 months ago by Siggi Cherem (dart-lang)
Modified:
4 years, 9 months ago
Reviewers:
Johnni Winther
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Move all flags to CompilerOptions (first step to stop passing the compiler to just get the options in the future). BUG= R=johnniwinther@google.com Committed: https://github.com/dart-lang/sdk/commit/4f3a7cb86e04bb1d4d06902924d9c7275a3b6527

Patch Set 1 : #

Total comments: 18

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+849 lines, -687 lines) Patch
M pkg/compiler/lib/compiler.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/compiler_new.dart View 1 5 chunks +489 lines, -41 lines 0 comments Download
M pkg/compiler/lib/src/apiimpl.dart View 12 chunks +29 lines, -208 lines 0 comments Download
M pkg/compiler/lib/src/closure.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/commandline_options.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/common/tasks.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/compile_time_constants.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 26 chunks +47 lines, -177 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/type_propagation.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/dart_backend/backend.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/dart_backend/outputter.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/deferred_load.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 5 chunks +7 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/inferrer_visitor.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js/js.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 12 chunks +14 lines, -15 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/task.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/class_stub_generator.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 20 chunks +39 lines, -36 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/nsm_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart View 2 chunks +7 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/headers.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/interceptor_stub_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/lazy_emitter/model_emitter.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/metadata_collector.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/collector.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/field_visitor.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/startup_emitter/model_emitter.dart View 6 chunks +13 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/native/behavior.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/native/enqueue.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/native/native.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/signatures.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/scanner/scanner_task.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 17 chunks +20 lines, -19 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen_helpers.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/interceptor_simplifier.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/invoke_dynamic_specializers.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/optimize.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/ssa/types_propagation.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/dart2js_incremental/lib/caching_compiler.dart View 2 chunks +7 lines, -8 lines 0 comments Download
M pkg/dart2js_incremental/lib/dart2js_incremental.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/dart2js_incremental/lib/library_updater.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/analyze_helper.dart View 2 chunks +6 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/bad_loop_test.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/call_site_simple_type_inferer_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/codegen_helper.dart View 2 chunks +7 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 1 2 chunks +5 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/exit_code_test.dart View 1 chunk +8 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/field_type_simple_inferer_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/incremental/compile_all.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/library_env_test.dart View 5 chunks +11 lines, -17 lines 0 comments Download
M tests/compiler/dart2js/library_resolution_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 1 5 chunks +12 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 3 chunks +9 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart View 1 2 chunks +3 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/type_test_helper.dart View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
Siggi Cherem (dart-lang)
Note: this CL is built on top of 2 other CLs that I haven't submitted ...
4 years, 9 months ago (2016-03-16 04:40:54 UTC) #5
Johnni Winther
lgtm https://codereview.chromium.org/1803303002/diff/60001/pkg/compiler/lib/compiler_new.dart File pkg/compiler/lib/compiler_new.dart (right): https://codereview.chromium.org/1803303002/diff/60001/pkg/compiler/lib/compiler_new.dart#newcode106 pkg/compiler/lib/compiler_new.dart:106: /// if not null then [packageConfig] should be ...
4 years, 9 months ago (2016-03-16 09:37:27 UTC) #6
Siggi Cherem (dart-lang)
https://codereview.chromium.org/1803303002/diff/60001/pkg/compiler/lib/compiler_new.dart File pkg/compiler/lib/compiler_new.dart (right): https://codereview.chromium.org/1803303002/diff/60001/pkg/compiler/lib/compiler_new.dart#newcode106 pkg/compiler/lib/compiler_new.dart:106: /// if not null then [packageConfig] should be null. ...
4 years, 9 months ago (2016-03-17 22:57:14 UTC) #8
Siggi Cherem (dart-lang)
Committed patchset #2 (id:100001) manually as 4f3a7cb86e04bb1d4d06902924d9c7275a3b6527 (presubmit successful).
4 years, 9 months ago (2016-03-17 23:42:08 UTC) #10
Siggi Cherem (dart-lang)
4 years, 9 months ago (2016-03-17 23:43:07 UTC) #11
Message was sent while issue was closed.
FYI I fixed one more place in mirrors/analyze to unblock this (I was able to
land this before deleting source-mirrors)

Powered by Google App Engine
This is Rietveld 408576698