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

Issue 10830303: Refactor Library/CompilationUnit and how we define local Scope. (Closed)

Created:
8 years, 4 months ago by Anders Johnsen
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Refactor Library/CompilationUnit and how we define local Scope. This also collapses members and constructors of a class into the same map. BUG= Original URL: https://chromiumcodereview.appspot.com//10832203 Committed: https://code.google.com/p/dart/source/detail?r=10632

Patch Set 1 #

Patch Set 2 : Rebase against bleeding (again). #

Patch Set 3 : Fix reference in dart2js_mirror.dart #

Total comments: 12
Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -158 lines) Patch
M lib/compiler/implementation/compiler.dart View 1 6 chunks +18 lines, -22 lines 0 comments Download
M lib/compiler/implementation/elements/elements.dart View 1 16 chunks +98 lines, -92 lines 8 comments Download
M lib/compiler/implementation/enqueue.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/js_backend/backend.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M lib/compiler/implementation/js_backend/native_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/native_handler.dart View 2 chunks +5 lines, -4 lines 0 comments Download
M lib/compiler/implementation/patch_parser.dart View 1 chunk +4 lines, -2 lines 0 comments Download
M lib/compiler/implementation/resolver.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/scanner/listener.dart View 1 chunk +8 lines, -4 lines 0 comments Download
M lib/compiler/implementation/scanner/scanner_task.dart View 6 chunks +12 lines, -11 lines 1 comment Download
M lib/dartdoc/mirrors/dart2js_mirror.dart View 1 2 3 chunks +3 lines, -8 lines 2 comments Download
M tests/co19/co19-leg.status View 1 2 chunks +0 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/find_my_name_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 chunk +4 lines, -5 lines 1 comment Download
M tests/compiler/dart2js/parser_helper.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
Same as earlier, passes co19 on bleeding.
8 years, 4 months ago (2012-08-14 11:20:23 UTC) #1
Lasse Reichstein Nielsen
lgtm
8 years, 4 months ago (2012-08-14 11:34:31 UTC) #2
ahe
Hi Anders, Thank you for cleaning this up. There are still dragons in the compiler, ...
8 years, 4 months ago (2012-08-14 12:45:26 UTC) #3
ahe
8 years, 4 months ago (2012-08-14 12:45:46 UTC) #4
And one more thing... LGTM

Powered by Google App Engine
This is Rietveld 408576698