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

Unified Diff: pkg/compiler/lib/src/js_backend/backend.dart

Issue 2989453002: Add support for compiling Dart via the FE in dart2js. (Closed)
Patch Set: update status Created 3 years, 5 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: pkg/compiler/lib/src/js_backend/backend.dart
diff --git a/pkg/compiler/lib/src/js_backend/backend.dart b/pkg/compiler/lib/src/js_backend/backend.dart
index 864b96c6369e5c3112b2e824b4680d8e37b2873d..5e6c6a33d94f52e7f3f1d0f9973a1878eaf3be4e 100644
--- a/pkg/compiler/lib/src/js_backend/backend.dart
+++ b/pkg/compiler/lib/src/js_backend/backend.dart
@@ -443,7 +443,7 @@ class JavaScriptBackend {
bool useStartupEmitter: false,
bool useMultiSourceInfo: false,
bool useNewSourceInfo: false,
- bool useKernel: false})
+ bool useKernelInSsa: false})
: optimizerHints = new OptimizerHintsForTests(
compiler.frontendStrategy.elementEnvironment,
compiler.frontendStrategy.commonElements),

Powered by Google App Engine
This is Rietveld 408576698