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

Unified Diff: pkg/compiler/tool/perf.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/tool/perf.dart
diff --git a/pkg/compiler/tool/perf.dart b/pkg/compiler/tool/perf.dart
index bea1371967d7abc1c4cf4ae48f8066a56903410e..d2df8da4ba3e301ab8d7d8c94b667330c770678a 100644
--- a/pkg/compiler/tool/perf.dart
+++ b/pkg/compiler/tool/perf.dart
@@ -322,7 +322,7 @@ generateKernel(Uri entryUri) async {
libraryRoot: _libraryRoot,
packagesDiscoveryProvider: findPackages,
platformConfigUri: _platformConfigUri,
- useKernel: true,
+ useKernelInSsa: true,
verbose: false); // set to true to debug internal timings
var inputProvider = new CompilerSourceFileProvider();
var diagnosticHandler = new FormattingDiagnosticHandler(inputProvider)

Powered by Google App Engine
This is Rietveld 408576698