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
/
core.rs
Age
Commit message (
Expand
)
Author
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
2024-01-30
YJIT: Specialize splatkw on T_HASH (#9764)
Takashi Kokubun
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2024-01-18
YJIT: Stop incrementing chain_depth on defer_compilation (#9597)
Takashi Kokubun
2023-12-12
YJIT: Fix off-by-one in Kernel#send type handling (#9212)
Alan Wu
2023-12-07
YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)
Takashi Kokubun
2023-12-06
YJIT: Avoid register allocation conflict with a higher stack_idx (#9143)
Takashi Kokubun
2023-12-04
YJIT: Mark and update stubs in invalidated blocks (#9104)
Alan Wu
2023-11-30
YJIT: Bump ec->cfp after setting cfp->jit_return (#9072)
Takashi Kokubun
2023-11-28
YJIT: Assert no patch overlap on pos_marker (#9048)
Takashi Kokubun
2023-11-13
YJIT: shrink `Context` down to 15 bytes (#8911)
Maxime Chevalier-Boisvert
2023-11-10
YJIT: Take cargo --fix for unnecessary calls to into()
Alan Wu
2023-11-10
YJIT: Auto fix for clippy::unnecessary_cast
Alan Wu
2023-11-10
YJIT: Auto fix for clippy::clone_on_copy
Alan Wu
2023-11-08
YJIT: Disable code GC (#8865)
Takashi Kokubun
2023-11-07
YJIT: Use u32 for CodePtr to save 4 bytes each
Alan Wu
2023-10-19
YJIT: remove unused `--yjit-greedy-versioning` command-line option (#8713)
Maxime Chevalier-Boisvert
2023-10-19
YJIT: Return Option from asm.compile() for has_dropped_bytes()
Alan Wu
2023-10-12
YJIT: port call threshold logic from Rust to C for performance (#8628)
Maxime Chevalier-Boisvert
2023-10-05
YJIT: shink local types from 8 to 4 bytes (#8597)
Maxime Chevalier-Boisvert
2023-10-05
YJIT: Remove duplicate cfp->iseq accessor
Alan Wu
2023-10-05
YJIT: Avoid writing return value to memory in `leave`
Alan Wu
[next]