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

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

Issue 1164643005: Oilpan: Add ENABLE_LAZY_SWEEPING and ENABLE_IDLE_GC to features.gypi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/platform/heap/ThreadState.h
diff --git a/Source/platform/heap/ThreadState.h b/Source/platform/heap/ThreadState.h
index d44c39c32daa7d57547ba208aebe2b50c0593265..1af0dd671c48c29131b05df1cd4df8848da416aa 100644
--- a/Source/platform/heap/ThreadState.h
+++ b/Source/platform/heap/ThreadState.h
@@ -72,13 +72,6 @@ using TraceCallback = VisitorCallback;
using WeakCallback = VisitorCallback;
using EphemeronCallback = VisitorCallback;
-#if ENABLE(OILPAN)
-#define ENABLE_LAZY_SWEEPING 1
-#else
-// TODO(haraken): Enable lazy sweeping on non-oilpan builds.
-#define ENABLE_LAZY_SWEEPING 0
-#endif
-
// Declare that a class has a pre-finalizer function. The function is called in
// the object's owner thread, and can access Member<>s to other
// garbage-collected objects allocated in the thread. However we must not

Powered by Google App Engine
This is Rietveld 408576698