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

Unified Diff: src/heap/heap.h

Issue 1072363002: Make full GC reduce memory footprint an explicit event in the idle notification handler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 1990c0e4b9c8a4e6b02451c9d32154443165152f..2a2005ff20e240cd3fb893475b1765b467135ed9 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -2051,7 +2051,7 @@ class Heap {
void SelectScavengingVisitorsTable();
- void IdleMarkCompact(const char* message);
+ void IdleMarkCompact(bool reduce_memory, const char* message);
bool TryFinalizeIdleIncrementalMarking(
double idle_time_in_ms, size_t size_of_objects,

Powered by Google App Engine
This is Rietveld 408576698