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

Unified Diff: runtime/vm/symbols.h

Issue 2032153003: Use clustered serialization for full snapshots. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: . 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/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 8b859560c349342a11ffe55ad29f9dac8ed7ddac..bc4054ec5cac82220face9a5a0df833c81f05d07 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -675,6 +675,8 @@ class Symbols : public AllStatic {
friend class String;
friend class SnapshotReader;
friend class SnapshotWriter;
+ friend class Serializer;
+ friend class Deserializer;
friend class ApiMessageReader;
DISALLOW_COPY_AND_ASSIGN(Symbols);

Powered by Google App Engine
This is Rietveld 408576698