Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tiny_vm: replace control flow insns with cmovz insnHEADmain | Johannes Stoelp | 2024-03-18 | 1 | -7/+7 |
* | tiny_vm: remove additional cache lookup after translating a new bb | Johannes Stoelp | 2024-02-28 | 1 | -12/+17 |
* | tiny_vm: add commented out rt with profiling + symbols in release build | Johannes Stoelp | 2024-02-28 | 1 | -0/+2 |
* | tiny_vm: fix typos in doc comment | Johannes Stoelp | 2023-12-20 | 1 | -3/+3 |
* | tiny_vm: move cfg to jit compile function and enahce jit abi comment | Johannes Stoelp | 2023-12-08 | 1 | -6/+6 |
* | remove prelude | Johannes Stoelp | 2023-12-07 | 1 | -1/+2 |
* | examples: add new example demonstrating a simple VM with a jit compiler | Johannes Stoelp | 2023-12-05 | 1 | -0/+697 |