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

Issue 2625713002: Rename Enqueuer.universe to worldBuilder. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : Fix. #

Total comments: 8

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -126 lines) Patch
M pkg/compiler/lib/src/compiler.dart View 4 chunks +6 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 4 chunks +4 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 4 chunks +8 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/enqueuer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/js_interop_analysis.dart View 1 2 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 13 chunks +24 lines, -21 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/class_stub_generator.dart View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/class_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/code_emitter_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 chunk +2 lines, -1 line 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/interceptor_stub_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/parameter_stub_generator.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/collector.dart View 1 2 2 chunks +9 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/field_visitor.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 1 2 9 chunks +10 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/type_test_registry.dart View 3 chunks +6 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/optimize.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/world_builder.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/world.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/dart2js_incremental/lib/caching_compiler.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/assert_message_throw_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/check_elements_invariants_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/concrete_type_inference_test.dart View 4 chunks +5 lines, -4 lines 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_annotations_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/gvn_dynamic_field_get_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/instantiated_classes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/kernel/closed_world_test.dart View 3 chunks +6 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/minimal_resolution_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/patch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/related_types.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/model_test_helper.dart View 3 chunks +10 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/simple_inferrer_callers_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/type_combination_test.dart View 4 chunks +8 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/type_mask_disjoint_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_mask_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_test_helper.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 11 months ago (2017-01-10 15:33:58 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2625713002/diff/20001/pkg/compiler/lib/src/js_backend/js_interop_analysis.dart File pkg/compiler/lib/src/js_backend/js_interop_analysis.dart (right): https://codereview.chromium.org/2625713002/diff/20001/pkg/compiler/lib/src/js_backend/js_interop_analysis.dart#newcode120 pkg/compiler/lib/src/js_backend/js_interop_analysis.dart:120: if (!backend.compiler.resolutionWorldBuilder.isImplemented(classElement)) we might need to add {} ...
3 years, 11 months ago (2017-01-11 23:54:56 UTC) #3
Johnni Winther
https://codereview.chromium.org/2625713002/diff/20001/pkg/compiler/lib/src/js_backend/js_interop_analysis.dart File pkg/compiler/lib/src/js_backend/js_interop_analysis.dart (right): https://codereview.chromium.org/2625713002/diff/20001/pkg/compiler/lib/src/js_backend/js_interop_analysis.dart#newcode120 pkg/compiler/lib/src/js_backend/js_interop_analysis.dart:120: if (!backend.compiler.resolutionWorldBuilder.isImplemented(classElement)) On 2017/01/11 23:54:56, Siggi Cherem (dart-lang) wrote: ...
3 years, 11 months ago (2017-01-12 12:20:13 UTC) #4
Johnni Winther
3 years, 11 months ago (2017-01-12 12:27:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
eac4142d42b9b97d4fd81f7e3381c8d3f3f6bcc2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698