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

Unified Diff: pkg/dart2js_incremental/lib/caching_compiler.dart

Issue 656043003: dart2js: restructure emitter. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Full diff Created 6 years, 2 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/dart2js_incremental/lib/caching_compiler.dart
diff --git a/pkg/dart2js_incremental/lib/caching_compiler.dart b/pkg/dart2js_incremental/lib/caching_compiler.dart
index 38edf9791ba06f2df83f987087a3e403ffe06fae..e239cb08e1d216940064d1546ab061cee0698639 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -135,9 +135,11 @@ Future<Compiler> reuseCompiler(
..recordedMangledNames.clear()
..additionalProperties.clear()
..clearCspPrecompiledNodes()
- ..hasMakeConstantList = false
..elementDescriptors.clear();
+ backend.emitter
+ ..outputContainsConstantList = false;
+
backend
..preMirrorsMethodCount = 0;

Powered by Google App Engine
This is Rietveld 408576698