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

Unified Diff: runtime/vm/class_table.h

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/class_table.h
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
index af774a003718414e967458fbc599db0830e7a47d..dc76c08d8efd7fb8cbc55bd98bc975f85b118f8d 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -179,6 +179,8 @@ class ClassTable {
void Register(const Class& cls);
+ void AllocateIndex(intptr_t index);
+
void RegisterAt(intptr_t index, const Class& cls);
#if defined(DEBUG)

Powered by Google App Engine
This is Rietveld 408576698