Skip to content
Release 0.6.1

NEWS

This release introduces basic multithreading support to the machine.
The threads are green, i.e. they are implemented inside the machine and
are not system threads.

During the first (very simple and probably useless) benchmark, the machine
has been switching between 510,000+ threads.
Each thread had more than 1,000,000 opcodes to execute.

Next releases will focus on expanding theading functionality.
Features to implement include message passing, return value extraction, and
priority modifications.