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

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

Issue 2692093004: Revert: StringCanonicalizer for Fasta (Closed)
Patch Set: Revert: StringCanonicalizer for Fasta Created 3 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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 807b4e2bd9a862e696c281a93524b26d8a25c94d..dd3249e13d6f3e0cccd5fe5e1234255f3bb97dec 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -467,7 +467,7 @@ abstract class Compiler implements LibraryLoaderListener {
// multiple times. Implement a better mechanism where we can store
// such caches in the compiler and get access to them through a
// suitably maintained static reference to the current compiler.
- StringToken.canonicalizer.clear();
+ StringToken.canonicalizedSubstrings.clear();
Selector.canonicalizedValues.clear();
// The selector objects held in static fields must remain canonical.
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698