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
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
2022-07-20
YJIT: Skip setlocal WB check for immediate values (#6122)
John Hawthorn
2022-07-15
Implement Objects on VWA
Peter Zhu
2022-07-06
Switch YJIT to using rb_str_buf_append rather than rb_str_append when encodin...
Noah Gibbs (and/or Benchmark CI)
2022-07-06
YJIT: add a counter for gc object refs in the machine code (#6089)
Maxime Chevalier-Boisvert
2022-06-30
YJIT: Refactor gen_opt_mod (#6078)
Dave Schwantes
2022-06-27
Separate Type::String into Type::CString and Type::TString.
Noah Gibbs (and/or Benchmark CI)
2022-06-26
YJIT: Fix copy pasted comment [ci skip]
Alan Wu
2022-06-21
Skip protected ancestry guard for FCALLs in YJIT
John Hawthorn
2022-06-14
YJIT: On-demand executable memory allocation; faster boot (#5944)
Alan Wu
2022-06-10
Don't return a value from jit_guard_known_klass. We never return anything but...
Noah Gibbs
2022-06-09
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-06-07
Add special-case code for the String unary plus operator (#5982)
Noah Gibbs
2022-06-06
Use bindgen to import Ruby constants wherever possible. (#5943)
Noah Gibbs
2022-06-01
Revert incorrect string-guard optimisation. (#5969)
Noah Gibbs
2022-05-26
Use bindgen to import CRuby constants for YARV instruction bytecodes
Noah Gibbs (and/or Benchmark CI)
2022-05-23
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-20
Special-case jit_guard_known_class for strings. This can remove (#5920)
Noah Gibbs
2022-05-19
YJIT: Add opt_succ (#5919)
Takashi Kokubun
2022-05-12
YJIT: Implement getblockparam
Aaron Patterson
2022-05-12
YJIT: Fix getting the EP with registers other than RAX (#5882)
Aaron Patterson
2022-05-11
Ruby shovel operator (<<) speedup. (#5896)
Noah Gibbs
2022-05-02
Fix bug identified by @noahgibbs. (#5876)
Maxime Chevalier-Boisvert
2022-04-29
YJIT: Enable default rustc lints (warnings) (#5864)
Alan Wu
2022-04-29
YJIT: Adopt Clippy suggestions we like
Alan Wu
2022-04-28
YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)
Maxime Chevalier-Boisvert
2022-04-28
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2022-04-27
Rust YJIT
Alan Wu