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

Unified Diff: sdk/lib/_internal/compiler/implementation/ssa/builder.dart

Issue 11453032: Reapply class/method/field minification (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes to bring patch up to date and fix bugs Created 8 years 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: sdk/lib/_internal/compiler/implementation/ssa/builder.dart
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
index 297c1068ab794322802f9b365489914ef512d4d2..b5594ce08aea8b5703d227b9fc72ba1420c7f8a1 100644
--- a/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
+++ b/sdk/lib/_internal/compiler/implementation/ssa/builder.dart
@@ -3148,6 +3148,8 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
/**
* Helper to build an instruction that builds the string representation for
* this type, where type variables are substituted by their runtime value.
+ * Two different types must have two different string representations, so
+ * we use the mangled, uniquified names here.
*
* Examples:
* Type Template Inputs

Powered by Google App Engine
This is Rietveld 408576698