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
/
utils.rs
Age
Commit message (
Expand
)
Author
2024-12-09
YJIT: Only enable disassembly colors for tty (#12283)
Max Bernstein
2024-07-15
YJIT: Local variable register allocation (#11157)
Takashi Kokubun
2024-06-28
YJIT: Fix `cargo doc --document-private-items` warnings [ci skip]
Alan Wu
2023-11-07
YJIT: Use u32 for CodePtr to save 4 bytes each
Alan Wu
2023-10-19
YJIT: Return Option from asm.compile() for has_dropped_bytes()
Alan Wu
2023-10-18
YJIT: Add --yjit-perf (#8697)
Takashi Kokubun
2023-07-13
[DOC] Removed redundant `the`
Hiroshi SHIBATA
2023-04-14
YJIT: Introduce Target::SideExit (#7712)
Takashi Kokubun
2023-04-12
YJIT: Let Assembler own Context (#7691)
Takashi Kokubun
2023-04-06
YJIT: Stack temp register allocation for arm64 (#7659)
Takashi Kokubun
2023-03-15
YJIT: use u16 for insn_idx instead of u32 (#7534)
Maxime Chevalier-Boisvert
2023-01-06
YJIT: Make iseq_get_location consistent with iseq.c (#7074)
Takashi Kokubun
2022-10-17
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-08-29
Minor cleanups (https://github.com/Shopify/ruby/pull/345)
Alan Wu
2022-08-29
Port print_int to the new backend (https://github.com/Shopify/ruby/pull/321)
Kevin Newton
2022-08-29
Port print_str to new backend (https://github.com/Shopify/ruby/pull/318)
Kevin Newton
2022-08-29
Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)
Maxime Chevalier-Boisvert
2022-08-24
add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)
Noah Gibbs
2022-04-29
YJIT: Enable default rustc lints (warnings) (#5864)
Alan Wu
2022-04-27
Rust YJIT
Alan Wu