We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c372da9 + 789a2e5 commit 76531f9Copy full SHA for 76531f9
lib/Common/CommonDefines.h
@@ -186,9 +186,9 @@
186
#ifndef ENABLE_VALGRIND
187
#define ENABLE_CONCURRENT_GC 1
188
#ifdef _WIN32
189
-#define ENABLE_ALLOCATIONS_DURING_CONCURRENT_SWEEP 0 // Only takes effect when ENABLE_CONCURRENT_GC is enabled.
+#define ENABLE_ALLOCATIONS_DURING_CONCURRENT_SWEEP 1 // Only takes effect when ENABLE_CONCURRENT_GC is enabled.
190
#else
191
-#define ENABLE_ALLOCATIONS_DURING_CONCURRENT_SWEEP_USE_SLIST 1 // Use Interlocked SLIST for allocableHeapBlockList
+#define ENABLE_ALLOCATIONS_DURING_CONCURRENT_SWEEP 0 // Needs ENABLE_CONCURRENT_GC to be enabled for this to be enabled.
192
#endif
193
194
#define ENABLE_CONCURRENT_GC 0
0 commit comments