|
|
|
|
|
by 4984
1629 days ago
|
|
MiniVM uses coroutines already, every 1000 branches the vm will return to the scheduler. The Build system can accept CFLAGS+=-DVM_BRANCH_DEFER which makes MiniVM able to run part of bytecode up-to N instructions. It is not exposed on the insruction level yet tho. Would be quite easy to add. |
|
I might just kick the tires on this over the weekend.