Browse Source

run GC after every step with --step

master
Martin Dørum 3 years ago
parent
commit
261c33648a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      cmd/main.c

+ 1
- 0
cmd/main.c View File

} }


l2_vm_step(vm); l2_vm_step(vm);
l2_vm_gc(vm);
l2_vm_print_state(vm); l2_vm_print_state(vm);
} }
} }

Loading…
Cancel
Save