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

Unified Diff: src/heap.h

Issue 25273002: Print out how many AllocationMementos were found on a scavenge of new space (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Code comments Created 7 years, 3 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 | src/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index d25c7c8bea623863f94f9dc7628e6458a7d7e3db..320b67681a9ac594ecf88e6229e9fb317925f1eb 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -1886,6 +1886,9 @@ class Heap {
bool flush_monomorphic_ics_;
+ // AllocationMementos found on scavenge.
+ int allocation_mementos_found_on_scavenge_;
+
int scan_on_scavenge_pages_;
NewSpace new_space_;
« no previous file with comments | « no previous file | src/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698