From c01f847b68a7fcd48eb0f3d456aa993a6f69ea8d Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Wed, 2 Sep 2026 21:13:24 -0400 Subject: pit: Debug x86.pit --- pit/src/runtime/gc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pit/src/runtime/gc.c') diff --git a/pit/src/runtime/gc.c b/pit/src/runtime/gc.c index e96e36b..119861a 100644 --- a/pit/src/runtime/gc.c +++ b/pit/src/runtime/gc.c @@ -29,6 +29,7 @@ static pit_value gc_copy_value(pit_runtime *rt, pit_value v) { } // #include void pit_gc(pit_runtime *rt) { + return; // fprintf(stderr, "running gc: heap size is %ld\n", rt->heap->next); rt->frozen_values = 0; rt->frozen_symtab = 0; -- cgit v1.3.1