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 2690063002: Refactor CompilerOutput (Closed)

Created:
3 years, 10 months ago by Johnni Winther
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Refactor CompilerOutput - replace EventSink by OutputSink - add OutputType instead of uses magic values in [extension]. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/0f25d7da946a2f8509aef3e13046ae3c44a0f5bd

Patch Set 1 #

Patch Set 2 : Cleanup. #

Total comments: 10

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -217 lines) Patch
M pkg/compiler/lib/compiler_new.dart View 1 2 1 chunk +38 lines, -17 lines 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/dart2js.dart View 3 chunks +6 lines, -10 lines 0 comments Download
M pkg/compiler/lib/src/dump_info.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_dump.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/io/code_output.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 2 5 chunks +6 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/lazy_emitter/model_emitter.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/startup_emitter/model_emitter.dart View 1 2 5 chunks +6 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/null_compiler_output.dart View 1 chunk +6 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/old_to_new_api.dart View 1 2 1 chunk +27 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/serialization/task.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/source_file_provider.dart View 1 2 2 chunks +43 lines, -34 lines 0 comments Download
M pkg/compiler/lib/src/ssa/ssa_tracer.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/tracer.dart View 3 chunks +8 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/analyze_only_test.dart View 2 chunks +11 lines, -8 lines 0 comments Download
M tests/compiler/dart2js/bad_output_io_test.dart View 2 chunks +4 lines, -1 line 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 4 chunks +5 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/compiler_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/deferred_dont_inline_deferred_constants_test.dart View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/deferred_dont_inline_deferred_globals_test.dart View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/deferred_emit_type_checks_test.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/deferred_inline_restrictions_test.dart View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/deferred_load_mapping_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/dump_info_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/expect_annotations2_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/line_column_provider_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 9 chunks +11 lines, -10 lines 0 comments Download
M tests/compiler/dart2js/number_output_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/output_collector.dart View 4 chunks +16 lines, -31 lines 0 comments Download
M tests/compiler/dart2js/output_type_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/preserve_uris_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/private_test.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/serialization/compilation_test_helper.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/helper.dart View 1 2 3 chunks +5 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/source_map_test.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/mapping_test.dart View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/nomapping_test.dart View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/sourcemaps/sourcemap_helper.dart View 5 chunks +9 lines, -13 lines 0 comments Download
M tests/compiler/dart2js/unused_empty_map_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/uri_retention_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/use_strict_test.dart View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
Johnni Winther
3 years, 10 months ago (2017-02-13 13:19:12 UTC) #3
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2690063002/diff/20001/pkg/compiler/lib/compiler_new.dart File pkg/compiler/lib/compiler_new.dart (right): https://codereview.chromium.org/2690063002/diff/20001/pkg/compiler/lib/compiler_new.dart#newcode45 pkg/compiler/lib/compiler_new.dart:45: part, nit: rename to jsPart or jsChunk? https://codereview.chromium.org/2690063002/diff/20001/pkg/compiler/lib/compiler_new.dart#newcode48 ...
3 years, 10 months ago (2017-02-14 23:14:17 UTC) #4
Johnni Winther
https://codereview.chromium.org/2690063002/diff/20001/pkg/compiler/lib/compiler_new.dart File pkg/compiler/lib/compiler_new.dart (right): https://codereview.chromium.org/2690063002/diff/20001/pkg/compiler/lib/compiler_new.dart#newcode45 pkg/compiler/lib/compiler_new.dart:45: part, On 2017/02/14 23:14:17, Siggi Cherem (dart-lang) wrote: > ...
3 years, 10 months ago (2017-02-20 09:18:12 UTC) #5
Johnni Winther
3 years, 10 months ago (2017-02-20 09:34:27 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
0f25d7da946a2f8509aef3e13046ae3c44a0f5bd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698