Skip to content

Commit 58f5d3a

Browse files
wip is this still necessary
1 parent cb03bf4 commit 58f5d3a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

gc/default/default.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9532,11 +9532,6 @@ rb_gc_impl_objspace_init(void *objspace_ptr)
95329532
rb_darray_make_without_gc(&objspace->heap_pages.sorted, 0);
95339533
rb_darray_make_without_gc(&objspace->weak_references, 0);
95349534

9535-
// TODO: debug why on Windows Ruby crashes on boot when GC is on.
9536-
#ifdef _WIN32
9537-
dont_gc_on();
9538-
#endif
9539-
95409535
#if defined(INIT_HEAP_PAGE_ALLOC_USE_MMAP)
95419536
/* Need to determine if we can use mmap at runtime. */
95429537
heap_page_alloc_use_mmap = INIT_HEAP_PAGE_ALLOC_USE_MMAP;

0 commit comments

Comments
 (0)