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

Issue 882713008: Move computation of method flags into model. (Closed)

Created:
5 years, 10 months ago by herhut
Modified:
5 years, 10 months ago
Reviewers:
floitsch, zarah
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Move computation of method flags into model. BUG= R=floitsch@google.com, zarah@google.com Committed: https://code.google.com/p/dart/source/detail?r=43279

Patch Set 1 #

Total comments: 24

Patch Set 2 : comments #

Patch Set 3 : use unused api #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -213 lines) Patch
M pkg/compiler/lib/src/js_backend/namer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js_emitter/model.dart View 1 1 chunk +68 lines, -13 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/new_emitter/model_emitter.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/class_emitter.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/container_builder.dart View 2 chunks +13 lines, -159 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart View 1 1 chunk +6 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/js_emitter/program_builder.dart View 1 7 chunks +92 lines, -14 lines 0 comments Download
M pkg/compiler/lib/src/use_unused_api.dart View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M pkg/dart2js_incremental/lib/library_updater.dart View 1 2 chunks +8 lines, -6 lines 0 comments Download
M tests/compiler/dart2js/analyze_unused_dart2js_test.dart View 1 2 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
herhut
First step is creating Methods and using them in the old emitter. Next: Move stubs ...
5 years, 10 months ago (2015-01-28 13:41:49 UTC) #1
floitsch
LGTM. https://chromiumcodereview.appspot.com/882713008/diff/1/pkg/compiler/lib/src/js_emitter/model.dart File pkg/compiler/lib/src/js_emitter/model.dart (right): https://chromiumcodereview.appspot.com/882713008/diff/1/pkg/compiler/lib/src/js_emitter/model.dart#newcode300 pkg/compiler/lib/src/js_emitter/model.dart:300: class DartMethod extends Method { Add comment what ...
5 years, 10 months ago (2015-01-28 16:10:39 UTC) #2
herhut
https://codereview.chromium.org/882713008/diff/1/pkg/compiler/lib/src/js_emitter/model.dart File pkg/compiler/lib/src/js_emitter/model.dart (right): https://codereview.chromium.org/882713008/diff/1/pkg/compiler/lib/src/js_emitter/model.dart#newcode300 pkg/compiler/lib/src/js_emitter/model.dart:300: class DartMethod extends Method { On 2015/01/28 16:10:39, floitsch ...
5 years, 10 months ago (2015-01-29 10:24:21 UTC) #3
herhut
5 years, 10 months ago (2015-01-29 12:56:18 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 43279 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698