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

Unified Diff: runtime/vm/class_table.h

Issue 2172803002: Fix allocation stats for cross-compiled AOT targeting ARM or MIPS. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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/class_table.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/class_table.h
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h
index 1d305ad1b5f657e398109443b3c02308d2dcf84f..a7e38bae1ca123fd55f0d39be377cda453d03086 100644
--- a/runtime/vm/class_table.h
+++ b/runtime/vm/class_table.h
@@ -142,6 +142,7 @@ class ClassHeapStats {
intptr_t old_pre_new_gc_count_;
intptr_t old_pre_new_gc_size_;
intptr_t state_;
+ intptr_t align_; // Make SIMARM and ARM agree on the size of ClassHeapStats.
};
#endif // !PRODUCT
« no previous file with comments | « no previous file | runtime/vm/class_table.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698