index
:
juicebox-asm
gh-pages
main
x64 jit assembler
johannst
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt: remove dump() and add disasm(), to directly disasm code using ndisasm if ...
HEAD
main
Johannes Stoelp
2 days
2
-6
/
+4
*
example: use Runtime::dump rather than writing bytes out by hand
Johannes Stoelp
3 days
2
-10
/
+10
*
bf: compile constant into jit code, doc updates
Johannes Stoelp
8 days
1
-14
/
+21
*
bf: add runtime check for data ptr over/underflow
Johannes Stoelp
8 days
1
-14
/
+83
*
fib: only use caller saved registers
Johannes Stoelp
8 days
1
-1
/
+1
*
bf: update upper bound check
Johannes Stoelp
8 days
1
-6
/
+2
*
mem: make all memory operands explicit in size
Johannes Stoelp
9 days
2
-11
/
+15
*
bf: add fun optimization to fold +- insns
Johannes Stoelp
10 days
1
-4
/
+44
*
bf: align comment on 80 cols
Johannes Stoelp
10 days
1
-22
/
+25
*
bf: rename file and add to ci
Johannes Stoelp
13 days
1
-0
/
+0
*
fixup markdown links
Johannes Stoelp
2024-12-07
1
-1
/
+1
*
bf: add jit compiler and interpreter
Johannes Stoelp
2024-12-07
1
-0
/
+292
*
tiny_vm: replace control flow insns with cmovz insn
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
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