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

Issue 779593002: Move elementAccess() from namer to emitter. (Closed)

Created:
6 years ago by zarah
Modified:
6 years ago
Reviewers:
ahe, floitsch
CC:
reviews_dartlang.org, Johnni Winther, karlklose
Visibility:
Public.

Description

Move elementAccess from namer to emitter. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=42130

Patch Set 1 : #

Total comments: 106

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -65 lines) Patch
M pkg/compiler/lib/src/js_backend/backend.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/checked_mode_helpers.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/codegen.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/glue.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/constant_emitter.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/namer.dart View 1 chunk +0 lines, -7 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/native_emitter.dart View 1 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/runtime_types.dart View 1 2 chunks +6 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/code_emitter_task.dart View 1 2 chunks +25 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/interceptor_stub_generator.dart View 1 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/new_emitter/emitter.dart View 1 1 chunk +24 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/container_builder.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart View 1 4 chunks +30 lines, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/interceptor_emitter.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/nsm_emitter.dart View 1 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/reflection_data_parser.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/type_test_emitter.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 1 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/ssa/codegen.dart View 1 12 chunks +16 lines, -12 lines 0 comments Download
M pkg/compiler/lib/src/ssa/ssa.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M pkg/dart2js_incremental/lib/library_updater.dart View 1 7 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
zarah
6 years ago (2014-12-03 14:03:34 UTC) #5
floitsch
LGTM. I would try to differentiate the different accesses. I gave a few suggestions, but ...
6 years ago (2014-12-03 17:02:27 UTC) #6
zarah
https://codereview.chromium.org/779593002/diff/60001/pkg/compiler/lib/src/js_backend/backend.dart File pkg/compiler/lib/src/js_backend/backend.dart (right): https://codereview.chromium.org/779593002/diff/60001/pkg/compiler/lib/src/js_backend/backend.dart#newcode2124 pkg/compiler/lib/src/js_backend/backend.dart:2124: jsAst.Expression helperExpression = emitter.globalPropertyAccess(helper); On 2014/12/03 17:02:24, floitsch wrote: ...
6 years ago (2014-12-05 08:22:52 UTC) #7
zarah
Committed patchset #2 (id:80001) manually as 42130 (presubmit successful).
6 years ago (2014-12-05 08:30:34 UTC) #8
ahe
6 years ago (2014-12-09 11:30:23 UTC) #10
Message was sent while issue was closed.
I would appreciate being CC'ed when you make changes to the incremental
compiler.

Powered by Google App Engine
This is Rietveld 408576698