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

Unified Diff: runtime/bin/vmservice/vmservice_io.dart

Issue 2254543006: Reduce copying in sending service responses. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: dbc, sync Created 4 years, 4 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 | « runtime/bin/vmservice/server.dart ('k') | runtime/platform/text_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/vmservice_io.dart
diff --git a/runtime/bin/vmservice/vmservice_io.dart b/runtime/bin/vmservice/vmservice_io.dart
index 49e8ad7c3b375a01d9d5cfface38538a689ca6e8..7ae65d480de9187bb17947987b00054397544afd 100644
--- a/runtime/bin/vmservice/vmservice_io.dart
+++ b/runtime/bin/vmservice/vmservice_io.dart
@@ -9,6 +9,7 @@ import 'dart:collection';
import 'dart:convert';
import 'dart:io';
import 'dart:isolate';
+import 'dart:typed_data';
import 'dart:_vmservice';
part 'loader.dart';
« no previous file with comments | « runtime/bin/vmservice/server.dart ('k') | runtime/platform/text_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698