diff options
Diffstat (limited to 'pit/src/runtime/gc.c')
| -rw-r--r-- | pit/src/runtime/gc.c | 1 |
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; |
