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

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: . 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
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';
siva 2016/08/18 16:33:17 There seems to be no change in this file other tha
rmacnak 2016/08/18 17:30:59 For 'is UInt8List'
import 'dart:_vmservice';
part 'loader.dart';

Powered by Google App Engine
This is Rietveld 408576698