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.c
Age
Commit message (
Expand
)
Author
2023-02-26
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-02-16
YJIT: Show Context stats on exit (#7327)
Takashi Kokubun
2023-02-14
YJIT: Optimize != for Integers and Strings (#7301)
Takashi Kokubun
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-01-31
YJIT: Handle splat with opt more fully (#7209)
Jimmy Miller
2023-01-18
YJIT: implement codegen for `String#empty?` (#7148)
Maxime Chevalier-Boisvert
2022-11-17
YJIT: Add object shape count to stats (#6754)
Takashi Kokubun
2022-11-08
Implement optimize call (#6691)
Jimmy Miller
2022-11-02
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-11-02
YJIT: don't show a full crash report if mmap is only out of memory (#6659)
Noah Gibbs
2022-10-31
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-26
YJIT: Support nil and blockparamproxy as blockarg in send (#6492)
Matthew Draper
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-18
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-17
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
YJIT: Do not call `mprotect` when `mem_size` is zero (#6563)
Tatsuya Kawano
2022-10-11
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-04
YJIT: add support for calling bmethods (#6489)
Alan Wu
2022-09-15
YJIT should die if we compile on Aarch64 with no instruction cache clear avai...
Noah Gibbs
2022-09-14
YJIT: Implement specialized respond_to? (#6363)
John Hawthorn
2022-09-14
Initial support for VM_CALL_ARGS_SPLAT (#6341)
Jimmy Miller
2022-08-29
A64: Only clear icache when writing out new code (https://github.com/Shopify/...
Alan Wu
2022-08-29
Use bindgen for old manual extern declarations (https://github.com/Shopify/ru...
Alan Wu
2022-08-29
Add ifdef to clear cache
Maxime Chevalier-Boisvert
2022-08-29
Clear the icache on arm
Maxime Chevalier-Boisvert
2022-08-24
add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)
Noah Gibbs
2022-07-28
YJIT: Teach getblockparamproxy to handle the no-block case without exiting (#...
Matthew Draper
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-12
Speed up --yjit-trace-exits code (#6106)
Eileen M. Uchitelle
2022-06-30
YJIT: Refactor gen_opt_mod (#6078)
Dave Schwantes
2022-06-17
YJIT: Update note about symbol prefixes [ci skip]
Alan Wu
2022-06-14
YJIT: On-demand executable memory allocation; faster boot (#5944)
Alan Wu
2022-06-11
Fix typo in yjit.c comments [ci skip]
Takayoshi Nishida
2022-06-10
Remove duplicated rb_yjit_get_stats (#5997)
Eileen M. Uchitelle
2022-06-09
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-05-11
Ruby shovel operator (<<) speedup. (#5896)
Noah Gibbs
2022-05-02
YJIT: Reject USE_FLONUM=0 builds at build time
Alan Wu
2022-04-27
Rust YJIT
Alan Wu
2022-01-08
YJIT: Add support for ruby array cfuncs (argc=-2)
John Hawthorn
2021-12-13
Rename --jit to --mjit (#5248)
Takashi Kokubun
2021-12-06
YJIT: Fix incomplete invalidation from opt_setinlinecache
Alan Wu
2021-12-03
YJIT: Add ivar counter exits
eileencodes
2021-12-01
YJIT: Fail gracefully while OOM for new entry points
Alan Wu
2021-11-26
YJIT: Add ability to exit to interpreter from stubs
Alan Wu
2021-11-25
YJIT: Implement new struct accessors (#5161)
John Hawthorn
2021-11-01
YJIT: Support kwargs sends with all defaults (#5067)
John Hawthorn
2021-10-25
Strip out YJIT at build time when unsupported or disabled (#5003)
Alan Wu
2021-10-20
YJIT: check machine arch before enabling
Alan Wu
2021-10-20
Feedback, tests, and rebase for kwargs
Kevin Newton
[next]