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

Unified Diff: src/heap/heap.h

Issue 1265423002: Use idle task to perform incremental marking steps. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More test fixes Created 5 years, 3 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 | « src/heap/gc-idle-time-handler.cc ('k') | 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 f451d4aaeec5ec17778c7f43969d26291747df46..4a6bfa94a439b6629998af981797633ee74b2f0b 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1296,6 +1296,8 @@ class Heap {
void FinalizeIncrementalMarkingIfComplete(const char* comment);
+ bool TryFinalizeIdleIncrementalMarking(double idle_time_in_ms);
+
IncrementalMarking* incremental_marking() { return &incremental_marking_; }
// ===========================================================================
« no previous file with comments | « src/heap/gc-idle-time-handler.cc ('k') | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698