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

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

Issue 1227643003: dart2js: Move most of the code_emitter_task code into the program-builder. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Upload Created 5 years, 5 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 0050ab069aced1cc08463683a4c43b739c678776..343a94b3783fbaacc27f11d3ad6c449a6b90908e 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -139,16 +139,6 @@ Future<Compiler> reuseCompiler(
..clearCspPrecompiledNodes()
..elementDescriptors.clear();
- backend.emitter
- ..nativeClassesAndSubclasses.clear()
- ..outputContainsConstantList = false
- ..neededClasses.clear()
- ..outputClassLists.clear()
- ..outputConstantLists.clear()
- ..outputStaticLists.clear()
- ..outputStaticNonFinalFieldLists.clear()
- ..outputLibraryLists.clear();
-
backend
..preMirrorsMethodCount = 0;

Powered by Google App Engine
This is Rietveld 408576698