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
/
core.rs
Age
Commit message (
Expand
)
Author
2025-12-16
YJIT: Print `Rc` strong and weak count on assert failure
Alan Wu
2025-10-14
[DOC] Fix minor typos in YJIT comments (#14829)
Vincent Lin
2025-10-02
YJIT: Prevent making a branch from a dead block to a live block
Alan Wu
2025-09-10
YJIT: Tiny refactors (#14505)
Stan Lo
2025-09-02
ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)
Stan Lo
2025-07-24
YJIT: Use raw memory write to update pointers in code
Kunshan Wang
2025-07-14
YJIT: Set code mem permissions in bulk
Kunshan Wang
2025-07-09
ZJIT: Mark profiled objects when marking ISEQ (#13784)
Takashi Kokubun
2025-04-28
YJIT: Fix potential infinite loop when OOM (GH-13186)
Rian McGuire
2025-03-06
YJIT: Rename get_temp_regs2() back to get_temp_regs() (#12866)
Takashi Kokubun
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-11
YJIT: Use the correct size constant
Alan Wu
2024-12-09
YJIT: Spill/load argument registers to reuse blocks (#12287)
Takashi Kokubun
2024-11-13
YJIT: Add inline_block_count stat (#12081)
Takashi Kokubun
2024-11-08
YJIT: Always abandon the block when gen_branch() or defer_compilation() fails
Alan Wu
2024-10-23
YJIT: Make PendingBranch::set_target `must_use` [ci skip]
Alan Wu
2024-10-23
YJIT: Check when gen_branch() fails
Alan Wu
2024-10-23
YJIT: Count compiled_branch_count when branch is finalized [ci skip]
Alan Wu
2024-10-17
YJIT: Add compilation log (#11818)
Kevin Menard
2024-10-11
Fix spelling
John Bampton
2024-09-25
YJIT: Cache Context decoding (#11680)
Takashi Kokubun
2024-09-23
Fix a typo
Takashi Kokubun
2024-08-27
YJIT: Pass method arguments using registers (#11280)
Takashi Kokubun
2024-07-31
YJIT: Decouple Context from encoding details (#11283)
Takashi Kokubun
2024-07-15
YJIT: split chain_depth and flag booleans in context (#11169)
Maxime Chevalier-Boisvert
2024-07-15
YJIT: Local variable register allocation (#11157)
Takashi Kokubun
2024-07-11
YJIT: increase context cache size to 1024 redux (#11140)
Maxime Chevalier-Boisvert
2024-07-10
YJIT: increase context cache size to 1024 (#10983)
Maxime Chevalier-Boisvert
2024-06-28
YJIT: Fix `cargo doc --document-private-items` warnings [ci skip]
Alan Wu
2024-06-28
YJIT: Move `ocb` parameters into `JITState`
Alan Wu
2024-06-13
YJIT: Delete otherwise-empty defer_compilation() blocks
Alan Wu
2024-06-12
YJIT: add context cache hits stat (#10979)
Maxime Chevalier-Boisvert
2024-06-11
YJIT: add context cache size stat, lazily allocate cache
Maxime Chevalier-Boisvert
2024-06-07
YJIT: implement cache for recently encoded/decoded contexts (#10938)
Maxime Chevalier-Boisvert
2024-06-07
YJIT: implement variable-length context encoding scheme (#10888)
Maxime Chevalier-Boisvert
2024-05-29
YJIT: Fix a warning from nightly rust
Alan Wu
2024-04-26
YJIT: Fix reference update for `Invariants::no_ep_escape_iseqs`
Alan Wu
2024-04-25
YJIT: Relax `--yjit-verify-ctx` after singleton class creation
Alan Wu
2024-04-25
YJIT: Optimize local variables when EP == BP (take 2) (#10607)
Takashi Kokubun
2024-04-22
YJIT: Fix shrinking block with assumption too much (#10585)
Alan Wu
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-04-03
YJIT: Let sp_opnd take the number of slots (#10442)
Takashi Kokubun
2024-03-25
YJIT: Propagate Array, Hash, and String classes (#10323)
Takashi Kokubun
2024-03-20
YJIT: Get rid of Type::TProc (#10287)
Takashi Kokubun
2024-02-23
Assert running_iseq before using it
Takashi Kokubun
2024-02-14
YJIT: Use i32 over isize for ctx.sp_opnd() (#9968)
Alan Wu
2024-02-08
YJIT: Allow tracing a counted exit (#9890)
Takashi Kokubun
2024-02-08
YJIT: Maintain MapToLocal that is just upgraded (#9876)
Takashi Kokubun
[next]