Tier Three: Added threads/jobs

This commit is contained in:
allexanderbergmns
2026-08-25 17:26:07 +02:00
parent d11f9c8d37
commit 415dec40a2
24 changed files with 495 additions and 47 deletions
+1
View File
@@ -105,6 +105,7 @@ fn new_vm(bin obj.Bin, entry string, opts RunOpts) !Vm {
lines: bin.lines
fns: bin.fns
const_strs: bin.strings.len
bin: bin
build_root: opts.root
dbg_locals: bin.locals
max_ops: opts.max_ops