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

Unified Diff: dart/compiler/java/com/google/dart/runner/RunnerOptions.java

Issue 9353015: Remove dartc optimizing backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix minor test issues Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dart/compiler/java/com/google/dart/runner/RunnerOptions.java
diff --git a/dart/compiler/java/com/google/dart/runner/RunnerOptions.java b/dart/compiler/java/com/google/dart/runner/RunnerOptions.java
index 5864928bf8fa16b5c2726e78a4cff96e98109d94..a7ab8935a9135132cdbaa16ed4e5e135b47e27e4 100644
--- a/dart/compiler/java/com/google/dart/runner/RunnerOptions.java
+++ b/dart/compiler/java/com/google/dart/runner/RunnerOptions.java
@@ -13,11 +13,7 @@ public interface RunnerOptions {
public boolean shouldCompileOnly();
- public boolean shouldOptimize();
-
public boolean typeErrorsAreFatal();
- public boolean useRhino();
-
public boolean verbose();
}

Powered by Google App Engine
This is Rietveld 408576698