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
/
src
/
codegen.rs
Age
Commit message (
Expand
)
Author
7 hours
Add SHAPE_ID_HAS_IVAR_MASK for quick ivar check
Jean Boussier
34 hours
Get rid of `rb_shape_lookup`
Jean Boussier
8 days
Refactor raw accesses to rb_shape_t.capacity
Jean Boussier
10 days
Get rid of TOO_COMPLEX shape type
Jean Boussier
10 days
Use all 32bits of `shape_id_t` on all platforms
Jean Boussier
2025-05-27
Refactor `rb_shape_too_complex_p` to take a `shape_id_t`.
Jean Boussier
2025-05-27
Refactor `rb_shape_get_iv_index` to take a `shape_id_t`
Jean Boussier
2025-05-15
YJIT: handle opt_aset_with
Jean Boussier
2025-05-12
YJIT: Split the block on optimized getlocal/setlocal (#13282)
Takashi Kokubun
2025-05-09
Rename `RB_OBJ_SHAPE` -> `rb_obj_shape`
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_id` -> `RB_OBJ_SHAPE_ID`
Jean Boussier
2025-05-09
Refactor `rb_shape_get_next` to return an ID
Jean Boussier
2025-05-09
Rename `rb_shape_get_shape_by_id` -> `RSHAPE`
Jean Boussier
2025-05-08
Refactor OBJ_TOO_COMPLEX_SHAPE_ID to not be referenced outside shape.h
Jean Boussier
2025-05-08
Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`
Jean Boussier
2025-05-05
YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL (#13245)
Takashi Kokubun
2025-04-25
Inline Class#new.
Aaron Patterson
2025-01-30
YJIT: Explicitly specify C ABI to fix a nightly Rust warning
Alan Wu
2025-01-28
YJIT: Initialize locals in ISeqs defined with `...` (#12660)
Alan Wu
2025-01-10
YJIT: Rename send_iseq_forwarding->send_forwarding
Alan Wu
2025-01-08
YJIT: Filter `&` calls from specialized C method codegen
Alan Wu
2025-01-04
YJIT: Fix crash when yielding keyword arguments
Alan Wu
2024-12-17
YJIT: Load registers on JIT entry to reuse blocks (#12355)
Takashi Kokubun
2024-12-13
YJIT: Speculate block arg for `c_func_method(&nil)` calls (#12326)
Alan Wu
2024-12-09
YJIT: Add a comment about a lazy frame call
Takashi Kokubun
2024-12-09
YJIT: Spill/load argument registers to reuse blocks (#12287)
Takashi Kokubun
2024-12-04
YJIT: Generate specialized code for Symbol for objtostring (#12247)
Maximillian Polhill
2024-11-29
YJIT: Avoid std::ffi::CString with rb_intern2() during boot
Alan Wu
2024-11-28
YJIT: Add missing prepare before calling str_dup
John Hawthorn
2024-11-26
YJIT: Implement opt_reverse insn (#12175)
Randy Stauner
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-20
YJIT: Refactor to forward jump_to_next_insn() return value
Alan Wu
2024-11-20
YJIT: Abandon block when gen_outlined_exit() fails
Alan Wu
2024-11-14
YJIT: Specialize String#dup (#12090)
Takashi Kokubun
2024-11-14
YJIT: Specialize Integer#pred (#12082)
Takashi Kokubun
2024-11-13
YJIT: Specialize `String#[]` (`String#slice`) with fixnum arguments (#12069)
Randy Stauner
2024-11-11
Fix false-positive memory leak using Valgrind in YJIT (#12057)
Peter Zhu
2024-11-08
YJIT: Always abandon the block when gen_branch() or defer_compilation() fails
Alan Wu
2024-10-23
YJIT: Check when gen_branch() fails
Alan Wu
2024-10-22
Rewrite Numeric#dup and Numeric#+@ in Ruby (#11933)
Takashi Kokubun
2024-10-22
YJIT: Implement specialization for no-op `{Kernel,Numeric}#dup`
Alan Wu
2024-10-21
YJIT: Rename method substitution functions and improve docs (+1) (#11919)
Alan Wu
2024-10-18
YJIT: Allow shareable consts in multi-ractor mode (#11917)
John Hawthorn
2024-10-17
YJIT: In stats, group by resolved C method name
Alan Wu
2024-10-17
YJIT: Add compilation log (#11818)
Kevin Menard
2024-10-08
YJIT: Fastpath for Module#name (#11819)
Alan Wu
2024-10-07
YJIT: Add --yjit-mem-size option (#11810)
Takashi Kokubun
2024-09-30
Return an Iterator Instead of a Vector in `addrs_to_pages` Method (#11725)
whtsht
2024-09-05
Optimized instruction for Hash#freeze
Étienne Barrié
2024-09-05
Optimized instruction for Array#freeze
Étienne Barrié
[next]