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

Unified Diff: runtime/vm/dart.cc

Issue 2032153003: Use clustered serialization for full snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: round1 Created 4 years, 6 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/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 93cac99fa76ff155414d44647bf486c0a2c2066d..fc14c54b4f0ecdcef261e68a23b8ecd95c409807 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -33,6 +33,7 @@
#include "vm/timeline.h"
#include "vm/virtual_memory.h"
#include "vm/zone.h"
+#include "vm/clustered_snapshot.h"
siva 2016/06/30 00:06:08 Should clustered_snapshot.h be included inside sna
rmacnak 2016/06/30 01:39:22 There's no use it from the script/message snapshot
namespace dart {

Powered by Google App Engine
This is Rietveld 408576698