mzsk / dynvm

DynVM is a high-level VM intended as a target for dynamic languages. DynVM executes a high-level assembly language modeled after the Lua IR. This high-level assembly laguage (hlasm) can be the target dynamic language compiler, analogous to static compilation to machine code. Internal DynVM uses dynamic/JIT compilation techniques to achieve performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynVM

About

DynVM is a high-level VM intended as a target for dynamic languages. DynVM executes a high-level assembly language modeled after the Lua IR. This high-level assembly laguage (hlasm) can be the target dynamic language compiler, analogous to static compilation to machine code. Internal DynVM uses dynamic/JIT compilation techniques to achieve performance.


Languages

Language:D 75.7%Language:Python 16.8%Language:Makefile 4.4%Language:Shell 2.1%Language:Java 0.4%Language:C 0.4%Language:JavaScript 0.3%