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

Unified Diff: src/heap/heap.h

Issue 1140693003: Shrink active semi-space and uncommit other semi-space only in idle memory mode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index e640d1ee65d7d98a75a35c76bcbb2b0dcb3b373c..8c1b459e0866a682ac5f9af160bcf0c20426ab3a 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -2101,11 +2101,9 @@ class Heap {
void SelectScavengingVisitorsTable();
- void ReduceNewSpaceSize(bool is_long_idle_notification);
-
bool TryFinalizeIdleIncrementalMarking(
- bool is_long_idle_notification, double idle_time_in_ms,
- size_t size_of_objects, size_t mark_compact_speed_in_bytes_per_ms);
+ double idle_time_in_ms, size_t size_of_objects,
+ size_t mark_compact_speed_in_bytes_per_ms);
void ClearObjectStats(bool clear_last_time_stats = false);
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698