summaryrefslogtreecommitdiff
path: root/pit/src/runtime/gc.c
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-09-02 21:13:24 -0400
committerLLLL Colonq <llll@colonq>2026-09-02 21:13:24 -0400
commitc01f847b68a7fcd48eb0f3d456aa993a6f69ea8d (patch)
tree9da9636f6f390950f052c14b64f833ac1819d5cc /pit/src/runtime/gc.c
parenta107593b6b362fb68e409c9d7b79427776d137d7 (diff)
pit: Debug x86.pitHEADmaster
Diffstat (limited to 'pit/src/runtime/gc.c')
-rw-r--r--pit/src/runtime/gc.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
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;