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

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

Issue 1689933002: dart2js cps: Do not inline string interpolation helper. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Rebase + update test expectations Created 4 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/compiler/lib/src/cps_ir/type_mask_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/cps_ir/inline.dart
diff --git a/pkg/compiler/lib/src/cps_ir/inline.dart b/pkg/compiler/lib/src/cps_ir/inline.dart
index d325ed30a0935b9af6e30c35e3f5fd2373a83839..28ea3d5543c4ec50f757fb8766077d249681950e 100644
--- a/pkg/compiler/lib/src/cps_ir/inline.dart
+++ b/pkg/compiler/lib/src/cps_ir/inline.dart
@@ -598,6 +598,7 @@ class InliningVisitor extends TrampolineRecursiveVisitor {
// These should be handled by operator specialization.
return true;
}
+ if (target == backend.helpers.stringInterpolationHelper) return true;
return false;
}
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/cps_ir/type_mask_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698