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

Issue 2884233002: Use entities in runtime_types (Closed)

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

Description

Use entities in runtime_types - and make it its own library. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/b30ff8ed663987eba916be4a2c5e831319206e45

Patch Set 1 #

Patch Set 2 : Remove debug print #

Total comments: 8

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -262 lines) Patch
M pkg/compiler/lib/src/elements/resolution_types.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/elements/types.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/enqueue.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/frontend_strategy.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 6 chunks +8 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen_listener.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/enqueuer.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/impact_transformer.dart View 2 chunks +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 5 chunks +10 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/resolution_listener.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 1 2 42 chunks +224 lines, -191 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/code_emitter_task.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/metadata_collector.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/type_test_registry.dart View 8 chunks +14 lines, -9 lines 0 comments Download
M pkg/compiler/lib/src/kernel/kernel_strategy.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/kernel/types.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution_strategy.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/graph_builder.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/optimize.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/universe/codegen_world_builder.dart View 5 chunks +22 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/type_representation_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Johnni Winther
3 years, 7 months ago (2017-05-16 11:54:19 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2884233002/diff/20001/pkg/compiler/lib/src/js_backend/enqueuer.dart File pkg/compiler/lib/src/js_backend/enqueuer.dart (right): https://codereview.chromium.org/2884233002/diff/20001/pkg/compiler/lib/src/js_backend/enqueuer.dart#newcode222 pkg/compiler/lib/src/js_backend/enqueuer.dart:222: _worldBuilder.registerClosurizedMember(element); should "closurized-member" be encoded as part of ...
3 years, 7 months ago (2017-05-17 16:14:11 UTC) #3
Johnni Winther
Committed patchset #3 (id:40001) manually as b30ff8ed663987eba916be4a2c5e831319206e45 (presubmit successful).
3 years, 7 months ago (2017-05-18 08:09:54 UTC) #5
Johnni Winther
https://codereview.chromium.org/2884233002/diff/20001/pkg/compiler/lib/src/js_backend/enqueuer.dart File pkg/compiler/lib/src/js_backend/enqueuer.dart (right): https://codereview.chromium.org/2884233002/diff/20001/pkg/compiler/lib/src/js_backend/enqueuer.dart#newcode222 pkg/compiler/lib/src/js_backend/enqueuer.dart:222: _worldBuilder.registerClosurizedMember(element); On 2017/05/17 16:14:11, Siggi Cherem (dart-lang) wrote: > ...
3 years, 7 months ago (2017-05-18 08:10:56 UTC) #6
sra1
3 years, 7 months ago (2017-05-18 17:43:19 UTC) #8
Message was sent while issue was closed.
I notice that this removes three useless classes is swarm.
(Future, Function, _EventSink - they appear to be untested but implemented
interfaces).

Was that intended?

Powered by Google App Engine
This is Rietveld 408576698