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
ruby_4_0-prism-1-8-0
sync-gems
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
Implement splatarray
Kevin Newton
2021-10-20
Flatten mappings when clearing locals
John Hawthorn
2021-10-20
Add (void) for no arg functions
Maxime Chevalier-Boisvert
2021-10-20
First pass at code page GC object.
Maxime Chevalier-Boisvert
2021-10-20
rb_struct_define_under needs a trailing NULL
Aaron Patterson
2021-10-20
Use push and pop in jit_rb_obj_not to avoid corrupting types
John Hawthorn
2021-10-20
Add assertions of types in jit_guard_known_klass
John Hawthorn
2021-10-20
Code page allocation code
Maxime Chevalier-Boisvert
2021-10-20
Add an lldb script to print YJIT comments
Aaron Patterson
2021-10-20
Implement opt_div
Kevin Deisz
2021-10-20
Implement opt_mult
Kevin Deisz
2021-10-20
Update deps
Maxime Chevalier-Boisvert
2021-10-20
Implement swap instruction
Maxime Chevalier-Boisvert
2021-10-20
Add FLONUM detection
John Hawthorn
2021-10-20
Support guards against symbols and integers
John Hawthorn
2021-10-20
Allow chaining on immediate guard
John Hawthorn
2021-10-20
Use snprintf rather than double strncpy.
Noah Gibbs
2021-10-20
Percentages should be out of 100.0%, not 1.0%.
Noah Gibbs
2021-10-20
Change strcpy of a static string to strncpy
Noah Gibbs
2021-10-20
Better comments where we add exits-by-opcode to the stats hash, plus a presum...
Noah Gibbs
2021-10-20
Add back ifdefs for RUBY_DEBUG, accidentally removed
Noah Gibbs
2021-10-20
Convert YJIT stats reporting on exit from C to Ruby.
Noah Gibbs
2021-10-20
Add exit counters and inline/outlined code size to stats hash
Noah Gibbs
2021-10-20
Partial revert of ceebc7fc98d
Aaron Patterson
2021-10-20
Remove seven YJIT counters that are no longer used.
Noah Gibbs
2021-10-20
Convert yjit static stat variables to counters
Noah Gibbs
2021-10-20
Implement opt_neq
John Hawthorn
2021-10-20
Add tests, comments, and an assert for invokesuper
Alan Wu
2021-10-20
Add a macro for tweaking default call threshold
Alan Wu
2021-10-20
Add opt_size and opt_length
John Hawthorn
2021-10-20
Use an st_table for optimized method codegen
John Hawthorn
2021-10-20
Try running with more YJIT options in CI to surface more bugs
Maxime Chevalier-Boisvert
2021-10-20
Make jumps dashed and falls solid
Aaron Patterson
2021-10-20
Clean graph formatting
Aaron Patterson
2021-10-20
Add graphviz output
Aaron Patterson
2021-10-20
Update comment
Maxime Chevalier-Boisvert
2021-10-20
Remove some MicroJIT vestiges
Aaron Patterson
2021-10-20
Handle non-material empty singleton class properly
Alan Wu
2021-10-20
Disable invokesuper codegen for now. Add test
Alan Wu
2021-10-20
Fix bug in generic case for gen_checktype
Alan Wu
2021-10-20
Simplify known class check for singletons
John Hawthorn
2021-10-20
Delay and be selective about when to discard local types
Alan Wu
2021-10-20
Improve opt_not by expanding cfunc codegen
Alan Wu
2021-10-20
Add invokebuiltin_delegate_leave
John Hawthorn
2021-10-20
Implement invokebuiltin_delegate
John Hawthorn
2021-10-20
Warn rather than raise when --yjit-stats is ignored
Jean Boussier
2021-10-20
Allow yjit.rb to work with frozen strings
John Hawthorn
2021-10-20
If --yjit-stats is given without RUBY_DEBUG, that should be an error.
Noah Gibbs
2021-10-20
Fix compiler warning
Maxime Chevalier-Boisvert
2021-10-20
Allow to enable `--yjit-stats` via a env variable
Jean Boussier
[next]