summaryrefslogtreecommitdiff
path: root/pit/src/native.c
diff options
context:
space:
mode:
Diffstat (limited to 'pit/src/native.c')
-rw-r--r--pit/src/native.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pit/src/native.c b/pit/src/native.c
index d3f2e95..dbb461d 100644
--- a/pit/src/native.c
+++ b/pit/src/native.c
@@ -113,8 +113,8 @@ pit_value pit_load_file(pit_runtime *rt, char *path) {
check_invariants(rt); if (pit_runtime_print_error(rt)) return PIT_NIL;
ret = pit_vm_eval(rt, compiled);
check_invariants(rt); if (pit_runtime_print_error(rt)) return PIT_NIL;
- pit_gc(rt);
- check_invariants(rt); if (pit_runtime_print_error(rt)) return PIT_NIL;
+ // pit_gc(rt);
+ // check_invariants(rt); if (pit_runtime_print_error(rt)) return PIT_NIL;
}
check_invariants(rt); if (pit_runtime_print_error(rt)) return PIT_NIL;
return ret;