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

Issue 12299006: Start tracking all registered elements in one big full function set (Closed)

Created:
7 years, 10 months ago by kasperl
Modified:
7 years, 10 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Start tracking all registered elements in one big full function set and use that to simplify some of the queries on the world. I found a few places where we seem to be mistreating getters with side-effects in the builder. Please review carefully. R=ngeoffray@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=18622

Patch Set 1 #

Total comments: 9

Patch Set 2 : More cleanup. #

Patch Set 3 : Register fields. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -216 lines) Patch
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 3 chunks +3 lines, -21 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/parser.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 13 chunks +44 lines, -51 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 chunk +4 lines, -16 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 2 chunks +4 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 2 chunks +15 lines, -19 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/world.dart View 1 3 chunks +32 lines, -97 lines 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kasperl
7 years, 10 months ago (2013-02-18 07:10:00 UTC) #1
ngeoffray
LGTM! https://codereview.chromium.org/12299006/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/12299006/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode2236 sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:2236: if (selector is TypedSelector) { Maybe we can ...
7 years, 10 months ago (2013-02-18 08:35:33 UTC) #2
kasperl
PTAL. https://codereview.chromium.org/12299006/diff/1/sdk/lib/_internal/compiler/implementation/world.dart File sdk/lib/_internal/compiler/implementation/world.dart (right): https://codereview.chromium.org/12299006/diff/1/sdk/lib/_internal/compiler/implementation/world.dart#newcode141 sdk/lib/_internal/compiler/implementation/world.dart:141: return (result != null && result.isField()) On 2013/02/18 ...
7 years, 10 months ago (2013-02-18 09:47:07 UTC) #3
ngeoffray
7 years, 10 months ago (2013-02-18 10:11:40 UTC) #4
Still LGTM

Powered by Google App Engine
This is Rietveld 408576698