minivm
sljit
minivm | sljit | |
---|---|---|
13 | 3 | |
1,562 | 833 | |
0.1% | - | |
9.3 | 8.8 | |
5 days ago | about 1 month ago | |
C | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
minivm
-
Show HN: I wrote a WebAssembly Interpreter and Toolkit in C
> I developed a unique way to write interpreters based on threaded code jumps and basic block versioning when I made MiniVM (https://github.com/FastVM/minivm). It was both larger and more dynamic than WebAssembly.
I'd be very interested to read more about this. It looks like you are using "one big function" with computed goto (https://github.com/FastVM/Web49/blob/main/src/interp/interp....). My experience working on this problem led me to the same conclusion as Mike Pall, which is that compilers do not do well with this pattern (particularly when it comes to register allocation): http://lua-users.org/lists/lua-l/2011-02/msg00742.html
I'm curious how you worked around the problem of poor register allocation in the compiler. I've come to the conclusion that tail calls are the best solution to this problem: https://blog.reverberate.org/2021/04/21/musttail-efficient-i...
-
Ask HN: Recommendation for general purpose JIT compiler
Maybe take a look at MiniVM[0]? It was on HN a couple months ago[1].
[0]: https://github.com/fastvm/minivm
- MiniVM: “Minivm Port to Dlang”
- MiniVM: A zero-dependency cross-language runtime on par with LuaJIT and C
-
Hacker News top posts: Jan 8, 2022
MiniVM: A zero-dependency cross-language runtime on par with LuaJIT and C\ (19 comments)
- MiniVM: A minimal cross-language runtime that beats C/luajit on some benchmarks
sljit
What are some alternatives?
privacytests.org - Source code for privacytests.org. Includes browser testing code and site rendering.
asmjit - Low-latency machine code generation
ubpf - Userspace eBPF VM
qbe-rs - QBE IR in natural Rust data structures
Som - Parser, code model, navigable browser and VM for the SOM Smalltalk dialect
LuaJIT - Mirror of the LuaJIT git repository
mir - A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR
paka - Paka language
simplelanguage - A simple example language built using the Truffle API.
wasm3 - 🚀 A fast WebAssembly interpreter and the most universal WASM runtime
Oberon - Oberon parser, code model & browser, compiler and IDE with debugger, and an implementation of the Oberon+ programming language