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

Issue 9724032: Resolve type Dynamic and implement black listing. (Closed)

Created:
8 years, 9 months ago by ahe
Modified:
8 years, 9 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org, compiler-dev_dartlang.org
Visibility:
Public.

Description

Resolve type Dynamic and implement black listing. Committed: https://code.google.com/p/dart/source/detail?r=5648

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -44 lines) Patch
M dart/frog/leg/compiler.dart View 1 4 chunks +32 lines, -4 lines 0 comments Download
M dart/frog/leg/lib/js_helper.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download
M dart/frog/leg/resolver.dart View 1 3 chunks +22 lines, -0 lines 0 comments Download
M dart/frog/leg/ssa/closure.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/frog/leg/ssa/codegen.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M dart/frog/leg/warnings.dart View 1 1 chunk +7 lines, -0 lines 0 comments Download
M dart/frog/tests/leg/src/mock_compiler.dart View 1 1 chunk +1 line, -2 lines 0 comments Download
M dart/tests/co19/co19-leg.status View 2 chunks +0 lines, -17 lines 0 comments Download
M dart/tests/language/language-leg.status View 2 chunks +0 lines, -13 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ahe
I still need to polish of a few things, but please take a look now. ...
8 years, 9 months ago (2012-03-19 10:51:57 UTC) #1
ngeoffray
LGTM https://chromiumcodereview.appspot.com/9724032/diff/1/dart/frog/leg/compiler.dart File dart/frog/leg/compiler.dart (right): https://chromiumcodereview.appspot.com/9724032/diff/1/dart/frog/leg/compiler.dart#newcode220 dart/frog/leg/compiler.dart:220: dynamicClass = new ClassElement(DYNAMIC, coreLibrary); Wy don't we ...
8 years, 9 months ago (2012-03-19 11:48:01 UTC) #2
ahe
PTAL https://chromiumcodereview.appspot.com/9724032/diff/1/dart/frog/leg/compiler.dart File dart/frog/leg/compiler.dart (right): https://chromiumcodereview.appspot.com/9724032/diff/1/dart/frog/leg/compiler.dart#newcode96 dart/frog/leg/compiler.dart:96: static final SourceString DYNAMIC = const SourceString('Dynamic'); On ...
8 years, 9 months ago (2012-03-19 15:31:09 UTC) #3
ngeoffray
8 years, 9 months ago (2012-03-19 15:35:50 UTC) #4
LGTM!

Powered by Google App Engine
This is Rietveld 408576698