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

Unified Diff: runtime/vm/clustered_snapshot.h

Issue 2790243003: Do not rewrite the VM isolate's symbol table during AOT snapshots. (Closed)
Patch Set: . Created 3 years, 8 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 | « no previous file | runtime/vm/clustered_snapshot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/clustered_snapshot.h
diff --git a/runtime/vm/clustered_snapshot.h b/runtime/vm/clustered_snapshot.h
index 8e76043cea481fe51b1e868d1bf785a7e4cd0299..a91497f170b60eeac136c1015a975b4fc54e14a6 100644
--- a/runtime/vm/clustered_snapshot.h
+++ b/runtime/vm/clustered_snapshot.h
@@ -377,6 +377,7 @@ class Deserializer : public StackResource {
Snapshot::Kind kind_;
ReadStream stream_;
InstructionsReader* instructions_reader_;
+ intptr_t num_base_objects_;
intptr_t num_objects_;
intptr_t num_clusters_;
RawArray* refs_;
« no previous file with comments | « no previous file | runtime/vm/clustered_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698