index
:
bcgen
master
DONE - A generator for fast bytecode
kimi.h.kuparinen+bcgen@gmail.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-06-21
fix case of zero parameters
HEAD
master
Kimplul
2024-06-21
improve instruction selection logic
Kimplul
+ Slightly decreases compilation times
2023-09-12
improve documentation
Kimplul
2023-09-07
fix realloc
Kimplul
2023-08-26
allow specifying registers to run
Kimplul
2023-07-11
add multiple immediates to format check
Kimplul
2023-07-11
allow multiple immediates
Kimplul
+ Still somewhat untested
2023-07-11
allow specifying value types
Kimplul
2023-07-11
make string formatting easier to read
Kimplul
2023-07-09
add note about potential future optimization
Kimplul
2023-07-09
add notes about compilation speed
Kimplul
2023-07-09
speed up file generation a little bit
Kimplul
2023-07-09
change so that bcode.h and bcode.c are generated
Kimplul
2023-07-09
rename from reg to val
Kimplul
2023-07-08
fix registers > 9
Kimplul
2023-07-05
actually run bcgen in fresh repo
Kimplul
2023-07-05
slightly improve formatting of readme
Kimplul
2023-07-05
Update README.md
Kimplul
2023-07-05
make repo a bit cleaner
Kimplul
2023-07-04
add loop example
Kimplul
2023-07-04
add automatic buffer allocation
Kimplul
2023-07-04
init
Kimplul