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

Unified Diff: src/snapshot.h

Issue 16631002: Separate Cell and PropertyCell spaces (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merge with ToT Created 7 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: src/snapshot.h
diff --git a/src/snapshot.h b/src/snapshot.h
index c4ae45eee071e8a55c56ca6c63801d76969682d1..6c3a0221ab354fbc9502d54285d20dfc082f71e5 100644
--- a/src/snapshot.h
+++ b/src/snapshot.h
@@ -77,12 +77,14 @@ class Snapshot {
static const int code_space_used_;
static const int map_space_used_;
static const int cell_space_used_;
+ static const int js_global_property_cell_space_used_;
static const int context_new_space_used_;
static const int context_pointer_space_used_;
static const int context_data_space_used_;
static const int context_code_space_used_;
static const int context_map_space_used_;
static const int context_cell_space_used_;
+ static const int context_js_global_property_cell_space_used_;
static const int size_;
static const int raw_size_;
static const int context_size_;

Powered by Google App Engine
This is Rietveld 408576698