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

Unified Diff: src/heap/mark-compact.h

Issue 688853007: Implement aging of maps embedded in optimized code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index cd2c9b68c834be428cc7475823995e7ec420e7ba..cd289b1a63d0d5aea1e71eb542cf2f3859a11f66 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -616,6 +616,8 @@ class MarkCompactCollector {
bool abort_incremental_marking() const { return abort_incremental_marking_; }
+ bool reduce_memory_footprint() const { return reduce_memory_footprint_; }
+
bool is_compacting() const { return compacting_; }
MarkingParity marking_parity() { return marking_parity_; }

Powered by Google App Engine
This is Rietveld 408576698