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
path:
root
/
yjit
/
src
/
cruby_bindings.inc.rs
Age
Commit message (
Expand
)
Author
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-13
YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)
Randy Stauner
2024-11-13
Mark strings returned by Symbol#to_s as chilled (#12065)
Jean byroot Boussier
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-10-22
YJIT: Implement specialization for no-op `{Kernel,Numeric}#dup`
Alan Wu
2024-10-18
YJIT: Allow shareable consts in multi-ractor mode (#11917)
John Hawthorn
2024-10-08
YJIT: Fastpath for Module#name (#11819)
Alan Wu
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-09-05
Optimized instruction for Hash#freeze
Étienne Barrié
2024-09-05
Optimized instruction for Array#freeze
Étienne Barrié
2024-08-27
YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)
Randy Stauner
2024-08-13
Delete newarraykwsplat
Alan Wu
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-06-18
Add two new instructions for forwarding calls
Aaron Patterson
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-04
Do not emit shape transition warnings when YJIT is compiling
Jean Boussier
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-05-23
Introduce a specialize instruction for Array#pack
Nobuyoshi Nakada
2024-04-29
YJIT: Add specialized codegen function for `TrueClass#===` (#10640)
Randy Stauner
2024-04-25
YJIT: Optimize local variables when EP == BP (take 2) (#10607)
Takashi Kokubun
2024-04-24
YJIT: Add a specialized codegen function for `Class#superclass`. (#10613)
Kevin Menard
2024-04-19
Revert "YJIT: Optimize local variables when EP == BP" (#10584)
Alan Wu
2024-04-17
YJIT: Optimize local variables when EP == BP (#10487)
Takashi Kokubun
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-13
Update cruby_bindings.inc.rs
Peter Zhu
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-03-01
Update bindgen for YJIT and RJIT
Takashi Kokubun
2024-02-28
YJIT: Reject keywords hash in -1 arity cfunc splat support
Alan Wu
2024-02-27
YJIT: Support splat with C methods with -1 arity
Alan Wu
2024-02-20
Add pushtoarraykwsplat instruction to avoid unnecessary array allocation
Jeremy Evans
2024-02-15
YJIT: Pass nil to anonymous kwrest when empty (#9972)
Alan Wu
2024-02-14
Move rb_class_allocate_instance from gc.c to object.c
Peter Zhu
2024-02-13
Specialize String#byteslice(a, b) (#9939)
Aaron Patterson
2024-02-12
YJIT: Add support for `**kwrest` parameters
Alan Wu
2024-02-09
YJIT: Add top ISEQ call counts to --yjit-stats (#9906)
Takashi Kokubun
2024-01-31
YJIT: Add codegen for Float arithmetics (#9774)
Takashi Kokubun
2024-01-26
YJIT: Fix exits on splatkw instruction (#9711)
Takashi Kokubun
2024-01-25
YJIT: Support concattoarray and pushtoarray (#9708)
Takashi Kokubun
2024-01-24
Add pushtoarray VM instruction
Jeremy Evans
2024-01-24
Add VM_CALL_ARGS_SPLAT_MUT callinfo flag
Jeremy Evans
2024-01-24
YJIT: Avoid leaks by skipping objects with a singleton class
Alan Wu
2024-01-23
YJIT: Fix ruby2_keywords splat+rest and drop bogus checks
Alan Wu
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2024-01-19
YJIT: Optimize defined?(yield) (#9599)
Takashi Kokubun
2024-01-16
Rename BUILTIN_ATTR_SINGLE_NOARG_INLINE
Takashi Kokubun
2024-01-16
Drop obsoleted BUILTIN_ATTR_NO_GC attribute
Takashi Kokubun
2024-01-10
YJIT: Fix unused warnings
Alan Wu
2023-12-09
Ensure f(**kw, &block) calls kw.to_hash before block.to_proc
Jeremy Evans
2023-11-20
Don't try compacting ivars on Classes that are "too complex"
Aaron Patterson
2023-11-08
Refactor rb_shape_transition_shape_capa out
Jean Boussier
[next]