index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit.h
Age
Commit message (
Expand
)
Author
2021-10-20
Move YJIT internal macros away from yjit.h. Tweak style
Alan Wu
2021-10-20
Tweak mjit_exec() to remove YJIT symbol exports
Alan Wu
2021-10-20
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
Fix changes from rebase
Noah Gibbs
2021-10-20
Count interpreter instructions when -DYJIT_STATS=1
Alan Wu
2021-10-20
TracePoint support
Alan Wu
2021-10-20
Make sure we can still compile with the JIT disabled
Aaron Patterson
2021-10-20
Always use `ret` to return to the interpreter
Aaron Patterson
2021-10-20
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
Increase default YJIT call threshold to 10. Add exec mem size arg. (#52)
Maxime Chevalier-Boisvert
2021-10-20
Implement greedy versioning. Refactor versioning logic. (#10)
Maxime Chevalier-Boisvert
2021-10-20
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
Collect statistics about binding allocations / local variable set
Aaron Patterson
2021-10-20
Get rid of dependency on rb_call_cache
Alan Wu
2021-10-20
Yet Another Ruby JIT!
Jose Narvaez