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

Issue 8289008: Disambiguate non-incremental mode from optimized mode in dartc (Closed)

Created:
9 years, 2 months ago by jbrosenberg
Modified:
9 years, 2 months ago
Reviewers:
codefu
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Disambiguate non-incremental mode from optimized mode in dartc Committed: https://code.google.com/p/dart/source/detail?r=469

Patch Set 1 #

Total comments: 1

Patch Set 2 : Renamed some variables for readability" #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M compiler/java/com/google/dart/compiler/DartCompiler.java View 1 6 chunks +7 lines, -5 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
jbrosenberg
This makes it possible to test repeated full compiles, but still use pre-compiled system libs ...
9 years, 2 months ago (2011-10-14 19:42:54 UTC) #1
codefu
9 years, 2 months ago (2011-10-14 20:25:12 UTC) #2
LGTM

http://codereview.chromium.org/8289008/diff/3/compiler/java/com/google/dart/c...
File compiler/java/com/google/dart/compiler/DartCompiler.java (right):

http://codereview.chromium.org/8289008/diff/3/compiler/java/com/google/dart/c...
compiler/java/com/google/dart/compiler/DartCompiler.java:200: boolean
apiOutOfDate = !(shouldLoadApi && apiLib.loadApi(context, context));
Groks much better!

Powered by Google App Engine
This is Rietveld 408576698