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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-20
Update README.md
Maxime Chevalier-Boisvert
2021-10-20
Add test for setlocal
John Hawthorn
2021-10-20
Implement generic setlocal
John Hawthorn
2021-10-20
Extract gen_get_ep
John Hawthorn
2021-10-20
Fix opt_aset comptime_key check
John Hawthorn
2021-10-20
Rearrange stats printout for consistency
Maxime Chevalier-Boisvert
2021-10-20
Add counters for tracking invalidations
Alan Wu
2021-10-20
Expand tabs
Alan Wu
2021-10-20
Update yjit_codegen.c
Maxime Chevalier-Boisvert
2021-10-20
Remove vm_opt_aset
John Hawthorn
2021-10-20
Specialize based on types of opt_aset
John Hawthorn
2021-10-20
Compile out declaration for runtime stats on non stats builds
Alan Wu
2021-10-20
Don't store cfp->pc when doing iseq calls
Alan Wu
2021-10-20
No need to do ec->cfp = reg_cfp on exits
Alan Wu
2021-10-20
Update suggested ./configure in README
Maxime Chevalier-Boisvert
2021-10-20
Fix warnings about redefining YJIT_STATS
Alan Wu
2021-10-20
Add missing percent sign in printout
Maxime Chevalier-Boisvert
2021-10-20
Add tests against side exits for non-fixnum
John Hawthorn
2021-10-20
Check for comptime fixnum in gen_fixnum_cmp
John Hawthorn
2021-10-20
Check for comptime fixnums in opt_and and opt_or
John Hawthorn
2021-10-20
Check for comptime integers in opt_plus and opt_minus
John Hawthorn
2021-10-20
Move forward declaration up
John Hawthorn
2021-10-20
Fix misplaced ivar_set_method exit counter
Maxime Chevalier-Boisvert
2021-10-20
Include errno message in mmap failure output
Jean Boussier
2021-10-20
Skip opt_case_dispatch
John Hawthorn
2021-10-20
Add comments to getspecial
John Hawthorn
2021-10-20
Add comments for new function
Aaron Patterson
2021-10-20
only compile for T_OBJECT types
Aaron Patterson
2021-10-20
Refactor attrset to use a function
Aaron Patterson
2021-10-20
Fix opt_eq for overridden equality
John Hawthorn
2021-10-20
Revert "disable yjit when testing mjit"
Aaron Patterson
2021-10-20
is this right?
Aaron Patterson
2021-10-20
Don't check MJIT if it's not enabled
Aaron Patterson
2021-10-20
Disable YJIT by default if MJIT_FORCE_ENABLE is on
Aaron Patterson
2021-10-20
disable MJIT when --enable-all is set
Aaron Patterson
2021-10-20
Implement getspecial
John Hawthorn
2021-10-20
Fix avg_len_in_yjit
Alan Wu
2021-10-20
Deduplicate side exits
Alan Wu
2021-10-20
Info for Fedora and choosing C compiler
Benson Muite
2021-10-20
Add rb_darray_clear() for Kevin. Fix some warnings.
Maxime Chevalier-Boisvert
2021-10-20
Add fixes for feedback
Aaron Patterson
2021-10-20
Use C_ARG_REGS earlier
John Hawthorn
2021-10-20
Add tests against opt_eq side exits
John Hawthorn
2021-10-20
Remove rb_opt_equality_specialized
John Hawthorn
2021-10-20
String and fixnum equality
John Hawthorn
2021-10-20
Use method dispatch for opt_eq
John Hawthorn
2021-10-20
Add jit_rb_obj_equal
John Hawthorn
2021-10-20
Count interpreter instructions when -DYJIT_STATS=1
Alan Wu
2021-10-20
Update README.md
Maxime Chevalier-Boisvert
2021-10-20
disable yjit when testing mjit
Aaron Patterson
[prev]
[next]