summaryrefslogtreecommitdiff
path: root/chromium/v8/src/heap
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-03-08 10:20:46 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-03-08 09:30:54 +0000
commitd26d06ed332166d6f61a5c06ab85aee5d987b2b6 (patch)
tree101729a45ae70b06e2586f5c66730f9e2524f3b5 /chromium/v8/src/heap
parent47c928e8a4986fa683c5763762fa0069c9b3debe (diff)
downloadqtwebengine-chromium-d26d06ed332166d6f61a5c06ab85aee5d987b2b6.tar.gz
BASELINE: Update Chromium to 49.0.2623.91
And adds sources hunspell dictionary convertion tool. Change-Id: Ifb016b018e7b7cc5a2c56d8e4c1b1b563bd5eaed Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'chromium/v8/src/heap')
-rw-r--r--chromium/v8/src/heap/memory-reducer.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/v8/src/heap/memory-reducer.cc b/chromium/v8/src/heap/memory-reducer.cc
index 33e624978ff..ee1009134bc 100644
--- a/chromium/v8/src/heap/memory-reducer.cc
+++ b/chromium/v8/src/heap/memory-reducer.cc
@@ -73,14 +73,7 @@ void MemoryReducer::NotifyTimer(const Event& event) {
PrintIsolate(heap()->isolate(), "Memory reducer: started GC #%d\n",
state_.started_gcs);
}
- if (heap()->ShouldOptimizeForMemoryUsage()) {
- // TODO(ulan): Remove this once crbug.com/552305 is fixed.
- // Do full GC if memory usage has higher priority than latency.
- heap()->CollectAllGarbage(Heap::kReduceMemoryFootprintMask,
- "memory reducer");
- } else {
- heap()->StartIdleIncrementalMarking();
- }
+ heap()->StartIdleIncrementalMarking();
} else if (state_.action == kWait) {
if (!heap()->incremental_marking()->IsStopped() &&
heap()->ShouldOptimizeForMemoryUsage()) {