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

Unified Diff: src/heap.h

Issue 25655004: Print out how many AllocationMementos were found during mark-sweep. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 320b67681a9ac594ecf88e6229e9fb317925f1eb..3c92d4512320ca07b6cdb5bd853d922e896d2076 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -1886,8 +1886,8 @@ class Heap {
bool flush_monomorphic_ics_;
- // AllocationMementos found on scavenge.
- int allocation_mementos_found_on_scavenge_;
+ // AllocationMementos found in new space.
+ int allocation_mementos_found_;
int scan_on_scavenge_pages_;
« 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