Shape Virtual Machine
A stack-based bytecode VM for executing Shape programs efficiently.
Shape is a general-purpose scientific computing language for high-speed time-series analysis. This VM provides fast execution of Shape programs across any domain (finance, IoT, sensors, healthcare, manufacturing, etc.).
Module Structure
configuration- BytecodeExecutor struct, constructors, extension registrationmodule_resolution- Module loading, virtual modules, file-based import handlingexecution- Compilation pipeline, VM execution loop, snapshot resume