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

Issue 2954493002: Less inequivalence on Hello World! (Closed)

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

Description

Less inequivalence on Hello World! - generate runtime types from kernel - remove Compiler.types and add ClosedWorld.types - start checking emitter equivalence including Program model equivalence R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/2e6521678a53100476457c1da78bf5f3b961b222

Patch Set 1 #

Patch Set 2 : Fix #

Patch Set 3 : Fix #

Patch Set 4 : Fix #

Total comments: 4

Patch Set 5 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -82 lines) Patch
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 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/elements/resolution_types.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/types.dart View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/code_emitter_task.dart View 5 chunks +7 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/lazy_emitter/emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/metadata_collector.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/model.dart View 3 chunks +9 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart View 1 2 16 chunks +54 lines, -52 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/startup_emitter/emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_model/elements.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/element_map_impl.dart View 1 2 3 7 chunks +12 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/types.dart View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_strategy.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/universe/element_world_builder.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/universe/resolution_world_builder.dart View 5 chunks +5 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/world.dart View 5 chunks +6 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/equivalence/check_functions.dart View 1 2 3 4 3 chunks +66 lines, -1 line 0 comments Download
M tests/compiler/dart2js/equivalence/check_helpers.dart View 1 chunk +74 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/kernel/compile_from_dill_test.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/memory_compiler.dart View 2 chunks +0 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/type_checker_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Johnni Winther
3 years, 6 months ago (2017-06-22 14:55:11 UTC) #2
Johnni Winther
PTAL
3 years, 6 months ago (2017-06-23 12:25:43 UTC) #3
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2954493002/diff/60001/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart File pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart (left): https://codereview.chromium.org/2954493002/diff/60001/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart#oldcode296 pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart:296: call = cls.lookupConstructorBody(Identifiers.call); Was this basically dead code? ...
3 years, 6 months ago (2017-06-23 19:49:28 UTC) #4
Johnni Winther
https://codereview.chromium.org/2954493002/diff/60001/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart File pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart (left): https://codereview.chromium.org/2954493002/diff/60001/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart#oldcode296 pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart:296: call = cls.lookupConstructorBody(Identifiers.call); On 2017/06/23 19:49:28, Siggi Cherem (dart-lang) ...
3 years, 5 months ago (2017-06-26 09:17:44 UTC) #5
Johnni Winther
3 years, 5 months ago (2017-06-26 09:30:19 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
2e6521678a53100476457c1da78bf5f3b961b222 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698