Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -4/+6 |
* | clippy: fix some clippy lints | Johannes Stoelp | 2023-12-07 | 1 | -2/+2 |
* | examples: add new example demonstrating a simple VM with a jit compiler | Johannes Stoelp | 2023-12-05 | 1 | -0/+697 |
* | examples: add doc to existing examples | Johannes Stoelp | 2023-12-05 | 2 | -0/+13 |
* | rt: extend runtime to allow adding multiple code blocks | Johannes Stoelp | 2023-12-05 | 2 | -4/+4 |
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 1 | -0/+30 |
* | Updated doc comments | Johannes Stoelp | 2023-03-05 | 1 | -1/+1 |
* | Add fibonacci example | Johannes Stoelp | 2023-02-27 | 1 | -0/+73 |