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
Age
Commit message (
Expand
)
Author
2025-12-16
merge revision(s) 9168cad4d63a5d281d443bde4edea6be213b0b25: [Backport #21266]
Takashi Kokubun
2025-12-16
YJIT: Print `Rc` strong and weak count on assert failure
Alan Wu
2025-12-12
YJIT: Fix panic from overly loose filtering in identity method inlining
Alan Wu
2025-12-12
YJIT: Add missing local variable type update for fallback setlocal blocks
Alan Wu
2025-12-01
YJIT: Abort expandarray optimization if method_missing is defined
Randy Stauner
2025-11-14
YJIT: Fix stack handling in rb_str_dup
John Hawthorn
2025-10-29
YJIT: Prevent making a branch from a dead block to a live block
Alan Wu
2025-10-22
YJIT: Fix `defined?(yield)` and `block_given?` at top level
Alan Wu
2025-09-10
YJIT: Print more disassembly in release builds
Alan Wu
2025-09-10
YJIT: Remove dead code: `asm_comment!` checks `--yjit-dump-disasm`
Alan Wu
2025-09-08
YJIT: Add more information to an assert message (#14481)
Takashi Kokubun
2025-08-11
YJIT: Fix `mismatched_lifetime_syntaxes`, new in Rust 1.89.0
Alan Wu
2025-07-17
YJIT: Explicitly specify C ABI to fix Rust warning
Alan Wu
2025-05-13
YJIT: Split the block on optimized getlocal/setlocal (#13331)
Takashi Kokubun
2025-05-06
YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL
Takashi Kokubun
2025-04-28
YJIT: Fix potential infinite loop when OOM (GH-13186)
Rian McGuire
2025-02-13
YJIT: Filter `&` calls from specialized C method codegen
Alan Wu
2025-02-13
YJIT: Initialize locals in ISeqs defined with `...`
Alan Wu
2025-02-13
YJIT: Fix crash when yielding keyword arguments
Alan Wu
2024-12-23
YJIT: Return None if entry block compilation fails (#12445)
Takashi Kokubun
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-12
YJIT: Allow then-unknown `static_mut_refs` on older Rusts [ci skip]
Alan Wu
2024-12-11
YJIT: Fix unread field lint in release builds
Alan Wu
2024-12-11
YJIT: Disable static_mut_refs for now
Alan Wu
2024-12-11
YJIT: Use the correct size constant
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-09
YJIT: Only enable disassembly colors for tty (#12283)
Max Bernstein
2024-12-04
YJIT: Generate specialized code for Symbol for objtostring (#12247)
Maximillian Polhill
2024-12-04
YJIT: track time since initialization (#12263)
Maxime Chevalier-Boisvert
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-25
YJIT: fix small typo in command line options help (#12167)
Maxime Chevalier-Boisvert
2024-11-20
YJIT: Make compilation_failure a default stat (#12128)
Alan Wu
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: Add inline_block_count stat (#12081)
Takashi Kokubun
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-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-11-08
YJIT: Pass panic message to rb_bug()
Alan Wu
2024-11-06
Ignore return value of `into_raw_fd`
Nobuyoshi Nakada
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-10-23
YJIT: Make PendingBranch::set_target `must_use` [ci skip]
Alan Wu
[next]