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

Unified Diff: src/heap.h

Issue 422013002: Removed IdleGlobalGC and just perform IdleNotification when incremental marking is on. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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') | src/heap.cc » ('J')
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 fc3c86db446f14d9eb5d0367c7d126f30666bfdd..944babbb2baa1c0b7c87fc1a2493025a7dc70c33 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -2078,9 +2078,6 @@ class Heap {
return heap_size_mb / kMbPerMs;
}
- // Returns true if no more GC work is left.
- bool IdleGlobalGC();
-
void AdvanceIdleIncrementalMarking(intptr_t step_size);
void ClearObjectStats(bool clear_last_time_stats = false);
« no previous file with comments | « no previous file | src/heap.cc » ('j') | src/heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698