Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disasm: move out and implement on asm/rt | Johannes Stoelp | 2024-12-20 | 1 | -38/+1 |
* | rt: remove dump() and add disasm(), to directly disasm code using ndisasm if ... | Johannes Stoelp | 2024-12-19 | 1 | -11/+44 |
* | cargo: replace nix with libc | Johannes Stoelp | 2024-12-13 | 1 | -20/+19 |
* | rt: add missing doc for with_profile | Johannes Stoelp | 2024-02-28 | 1 | -0/+9 |
* | rt: add perf static jit profile support | Johannes Stoelp | 2024-02-28 | 1 | -2/+60 |
* | rt: minor cleanup, update docs, add some basic tests | Johannes Stoelp | 2023-12-07 | 1 | -29/+143 |
* | rt: extend runtime to allow adding multiple code blocks | Johannes Stoelp | 2023-12-05 | 1 | -19/+48 |
* | Remove write permissions from runtime code buffer after copying jitted code | Johannes Stoelp | 2023-10-22 | 1 | -2/+7 |
* | Added CALL and call extern fn example | Johannes Stoelp | 2023-03-05 | 1 | -1/+2 |
* | Updated doc comments | Johannes Stoelp | 2023-03-05 | 1 | -0/+2 |
* | Add minimal runtime to execute code | Johannes Stoelp | 2023-02-27 | 1 | -0/+51 |