This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
776fc7c92110a69bdf70c7bcfddd5d590607f64a
kraken
/
slj
History
Nathan Braswell
776fc7c921
integrated JIT compiler with simple generated do-nothing JIT traces. Modified JIT trace interface so that it can return a trace-id and offset to jump to, allowing the trace interpreter to handle hard cases, etc. (or in this case, all cases, as it just immediatly returns the current id and offset 0).
2024-02-02 01:46:13 -05:00
..
src
integrated JIT compiler with simple generated do-nothing JIT traces. Modified JIT trace interface so that it can return a trace-id and offset to jump to, allowing the trace interpreter to handle hard cases, etc. (or in this case, all cases, as it just immediatly returns the current id and offset 0).
2024-02-02 01:46:13 -05:00
build.rs
Reorganize naming scheme
2023-12-10 12:50:44 -05:00
Cargo.lock
Cranelift JIT experiments, with multiple functions, tail calls, non-tail-calls, calling host functions, etc
2024-01-30 02:36:06 -05:00
Cargo.toml
Cranelift JIT experiments, with multiple functions, tail calls, non-tail-calls, calling host functions, etc
2024-01-30 02:36:06 -05:00