We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb03bf4 commit 58f5d3aCopy full SHA for 58f5d3a
1 file changed
gc/default/default.c
@@ -9532,11 +9532,6 @@ rb_gc_impl_objspace_init(void *objspace_ptr)
9532
rb_darray_make_without_gc(&objspace->heap_pages.sorted, 0);
9533
rb_darray_make_without_gc(&objspace->weak_references, 0);
9534
9535
- // TODO: debug why on Windows Ruby crashes on boot when GC is on.
9536
-#ifdef _WIN32
9537
- dont_gc_on();
9538
-#endif
9539
-
9540
#if defined(INIT_HEAP_PAGE_ALLOC_USE_MMAP)
9541
/* Need to determine if we can use mmap at runtime. */
9542
heap_page_alloc_use_mmap = INIT_HEAP_PAGE_ALLOC_USE_MMAP;
0 commit comments