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

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

Issue 830703004: Emit to StreamCodeOutput instead of CodeBuffer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 5 years, 11 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 | « pkg/compiler/samples/jsonify/jsonify.dart ('k') | pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1fec6d5ce7ed90d2ade0407ea58c5abeda2994a0..441f87bb9bfe0ecbfea7af811d138bd95cd3f50a 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -132,7 +132,6 @@ Future<Compiler> reuseCompiler(
..globalMetadataMap.clear();
backend.emitter.nativeEmitter
- ..nativeBuffer.clear()
..nativeClasses.clear()
..nativeMethods.clear();
@@ -140,7 +139,6 @@ Future<Compiler> reuseCompiler(
backend.emitter.oldEmitter
..outputBuffers.clear()
- ..deferredConstants.clear()
..isolateProperties = null
..classesCollector = null
..neededClasses.clear()
« no previous file with comments | « pkg/compiler/samples/jsonify/jsonify.dart ('k') | pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698