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

Unified Diff: Source/platform/heap/Heap.h

Issue 464253002: Revert of Revert "Revert of [oilpan]: Change marking to do precise roots first and conservative (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Source/platform/heap/Heap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Heap.h
diff --git a/Source/platform/heap/Heap.h b/Source/platform/heap/Heap.h
index e9e0c9509b9023d5ee0c60503d61f515b6451864..c293dbac1ee1dd0d02980662c4b563aeee791671 100644
--- a/Source/platform/heap/Heap.h
+++ b/Source/platform/heap/Heap.h
@@ -969,8 +969,7 @@
static void collectGarbage(ThreadState::StackState);
static void collectGarbageForTerminatingThread(ThreadState*);
static void collectAllGarbage();
- template<CallbackInvocationMode Mode> static void processMarkingStack();
- static void globalWeakProcessingAndCleanup();
+ template<CallbackInvocationMode Mode> static void traceRootsAndPerformGlobalWeakProcessing();
static void setForcePreciseGCForTesting();
static void prepareForGC();
« no previous file with comments | « no previous file | Source/platform/heap/Heap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698