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

Issue 1133593004: fixes #131, use before define from variables to classes (Closed)

Created:
5 years, 7 months ago by Jennifer Messerly
Modified:
5 years, 7 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

fixes #131, use before define from variables to classes Factored the load order logic into its own file, as it was easier to work with that way. We could definitely tweak the structure. Also tried hoisting constants out to top level, but it's not quite ready yet, so splitting that work out into a separate CL. (also fixes #152 about cleaning up lazyClass, and fixes #181 about static fields) R=vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/3dcea8bf156b3947c4dbf4b36da55a64cd9dc492

Patch Set 1 #

Patch Set 2 : fix static fields #

Total comments: 25

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1476 lines, -1314 lines) Patch
M lib/runtime/dart/_interceptors.js View 3 chunks +8 lines, -8 lines 0 comments Download
M lib/runtime/dart/_internal.js View 1 9 chunks +12 lines, -12 lines 0 comments Download
M lib/runtime/dart/_isolate_helper.js View 2 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/_js_helper.js View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M lib/runtime/dart/_native_typed_data.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/runtime/dart/async.js View 1 95 chunks +537 lines, -537 lines 0 comments Download
M lib/runtime/dart/collection.js View 1 45 chunks +131 lines, -131 lines 0 comments Download
M lib/runtime/dart/convert.js View 20 chunks +53 lines, -53 lines 0 comments Download
M lib/runtime/dart/core.js View 1 10 chunks +68 lines, -68 lines 0 comments Download
M lib/runtime/dart_runtime.js View 5 chunks +14 lines, -54 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 34 chunks +278 lines, -421 lines 0 comments Download
A lib/src/codegen/js_module_item_order.dart View 1 2 1 chunk +227 lines, -0 lines 0 comments Download
M lib/src/codegen/js_names.dart View 1 2 3 chunks +33 lines, -3 lines 0 comments Download
M lib/src/codegen/side_effect_analysis.dart View 1 2 2 chunks +35 lines, -0 lines 0 comments Download
M lib/src/dependency_graph.dart View 1 chunk +8 lines, -7 lines 0 comments Download
M lib/src/js/nodes.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/src/js/printer.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M lib/src/utils.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M test/codegen/expect/constructors.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/fieldtest.js View 1 2 chunks +14 lines, -0 lines 0 comments Download
M test/codegen/expect/html_input.html View 1 chunk +7 lines, -0 lines 0 comments Download
M test/codegen/expect/map_keys.js.map View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/misc.js View 1 2 chunks +6 lines, -0 lines 0 comments Download
M test/codegen/expect/sunflower/dom.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/codegen/expect/sunflower/sunflower.html View 1 chunk +7 lines, -0 lines 0 comments Download
M test/codegen/expect/sunflower/sunflower.js View 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/fieldtest.dart View 1 1 chunk +8 lines, -0 lines 0 comments Download
M test/codegen/misc.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Jennifer Messerly
https://codereview.chromium.org/1133593004/diff/20001/lib/runtime/dart/async.js File lib/runtime/dart/async.js (left): https://codereview.chromium.org/1133593004/diff/20001/lib/runtime/dart/async.js#oldcode4654 lib/runtime/dart/async.js:4654: Zone.ROOT = _ROOT_ZONE; this is an example of something ...
5 years, 7 months ago (2015-05-12 16:23:46 UTC) #2
vsm
lgtm nice! https://codereview.chromium.org/1133593004/diff/20001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1133593004/diff/20001/lib/src/codegen/js_codegen.dart#newcode52 lib/src/codegen/js_codegen.dart:52: class ConstFieldVisitor { On 2015/05/12 16:23:45, John ...
5 years, 7 months ago (2015-05-12 18:00:11 UTC) #3
Jennifer Messerly
thanks!!! https://codereview.chromium.org/1133593004/diff/20001/lib/src/codegen/js_codegen.dart File lib/src/codegen/js_codegen.dart (right): https://codereview.chromium.org/1133593004/diff/20001/lib/src/codegen/js_codegen.dart#newcode52 lib/src/codegen/js_codegen.dart:52: class ConstFieldVisitor { On 2015/05/12 18:00:11, vsm wrote: ...
5 years, 7 months ago (2015-05-12 18:47:04 UTC) #4
Jennifer Messerly
5 years, 7 months ago (2015-05-12 18:47:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
3dcea8bf156b3947c4dbf4b36da55a64cd9dc492 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698