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

Unified Diff: pkg/front_end/tool/fasta_perf.dart

Issue 2874723002: Add a way to use shared CanonicalName root to deserialize Program. (Closed)
Patch Set: Always compute canonical names. Use shared name root. Created 3 years, 7 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/front_end/tool/fasta_perf.dart
diff --git a/pkg/front_end/tool/fasta_perf.dart b/pkg/front_end/tool/fasta_perf.dart
index b921998c87c9ede07af660f8801cbaafbefc6531..abc9fbff4eab478e8cd3bb7ffc4a28ac14637e41 100644
--- a/pkg/front_end/tool/fasta_perf.dart
+++ b/pkg/front_end/tool/fasta_perf.dart
@@ -214,7 +214,7 @@ generateKernel(Uri entryUri,
var timer = new Stopwatch()..start();
final Ticker ticker = new Ticker();
- final DillTarget dillTarget = new DillTarget(ticker, uriResolver);
+ final DillTarget dillTarget = new DillTarget(null, ticker, uriResolver);
final KernelTarget kernelTarget = new KernelTarget(
PhysicalFileSystem.instance, dillTarget, uriResolver, strongMode);
var entrypoints = [

Powered by Google App Engine
This is Rietveld 408576698