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

Issue 2693163002: Split backend implementation of EnqueuerListener (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

Split backend implementation of EnqueuerListener - into a EnqueuerListenerBase with subclasses ResolutionEnqueuerListener and CodegenEnqueuerListener R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/9a1ceea706e56973586fd1f5710b8c264307f135

Patch Set 1 #

Patch Set 2 : Update comments. #

Total comments: 2

Patch Set 3 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+553 lines, -365 lines) Patch
M pkg/compiler/lib/src/enqueue.dart View 7 chunks +9 lines, -12 lines 0 comments Download
M pkg/compiler/lib/src/inferrer/type_graph_nodes.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 1 2 15 chunks +422 lines, -305 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend_usage.dart View 1 2 4 chunks +45 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/enqueuer.dart View 9 chunks +12 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/mirrors_data.dart View 4 chunks +26 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/emitter.dart View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/interceptor_emitter.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/full_emitter/setup_program_builder.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/main_call_stub_generator.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder/program_builder.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/startup_emitter/model_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 4 chunks +7 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder_kernel.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/world.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/kernel/closed_world_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/serialization/model_test_helper.dart View 1 2 4 chunks +12 lines, -9 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Johnni Winther
3 years, 10 months ago (2017-02-14 14:28:11 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2693163002/diff/20001/pkg/compiler/lib/src/js_backend/backend_usage.dart File pkg/compiler/lib/src/js_backend/backend_usage.dart (right): https://codereview.chromium.org/2693163002/diff/20001/pkg/compiler/lib/src/js_backend/backend_usage.dart#newcode28 pkg/compiler/lib/src/js_backend/backend_usage.dart:28: bool get hasInvokeOnSupport; Let's rename a lot of ...
3 years, 10 months ago (2017-02-17 23:05:08 UTC) #3
Johnni Winther
https://codereview.chromium.org/2693163002/diff/20001/pkg/compiler/lib/src/js_backend/backend_usage.dart File pkg/compiler/lib/src/js_backend/backend_usage.dart (right): https://codereview.chromium.org/2693163002/diff/20001/pkg/compiler/lib/src/js_backend/backend_usage.dart#newcode28 pkg/compiler/lib/src/js_backend/backend_usage.dart:28: bool get hasInvokeOnSupport; On 2017/02/17 23:05:08, Siggi Cherem (dart-lang) ...
3 years, 10 months ago (2017-02-20 11:37:43 UTC) #4
Johnni Winther
3 years, 10 months ago (2017-02-20 11:49:19 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
9a1ceea706e56973586fd1f5710b8c264307f135 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698