index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit
Commit message (
Expand
)
Author
Age
Files
Lines
*
YJIT: Skip setlocal WB check for immediate values (#6122)
John Hawthorn
2022-07-20
1
-24
/
+36
*
Extract vm_ic_entry API to mimic vm_cc behavior
Jemma Issroff
2022-07-18
1
-12
/
+12
*
Implement Objects on VWA
Peter Zhu
2022-07-15
4
-14
/
+24
*
Speed up --yjit-trace-exits code (#6106)
Eileen M. Uchitelle
2022-07-12
1
-8
/
+54
*
Switch YJIT to using rb_str_buf_append rather than rb_str_append when encodin...
Noah Gibbs (and/or Benchmark CI)
2022-07-06
3
-4
/
+4
*
YJIT: add a counter for gc object refs in the machine code (#6089)
Maxime Chevalier-Boisvert
2022-07-06
2
-8
/
+12
*
YJIT: Refactor gen_opt_mod (#6078)
Dave Schwantes
2022-06-30
2
-19
/
+41
*
Add a check-yjit-bindgen-unused target. Add to CI. (#6066)
Noah Gibbs
2022-06-29
4
-4
/
+11
*
Separate Type::String into Type::CString and Type::TString.
Noah Gibbs (and/or Benchmark CI)
2022-06-27
2
-19
/
+45
*
YJIT: Fix copy pasted comment [ci skip]
Alan Wu
2022-06-26
1
-2
/
+1
*
Skip protected ancestry guard for FCALLs in YJIT
John Hawthorn
2022-06-21
1
-1
/
+6
*
YJIT: On-demand executable memory allocation; faster boot (#5944)
Alan Wu
2022-06-14
11
-141
/
+480
*
Add tests for a variety of string-subclass operations (#5999)
Noah Gibbs
2022-06-10
1
-5
/
+0
*
Don't return a value from jit_guard_known_klass. We never return anything but...
Noah Gibbs
2022-06-10
1
-38
/
+27
*
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-06-09
7
-0
/
+265
*
Add special-case code for the String unary plus operator (#5982)
Noah Gibbs
2022-06-07
3
-0
/
+42
*
Use bindgen to import Ruby constants wherever possible. (#5943)
Noah Gibbs
2022-06-06
5
-60
/
+93
*
Split YJIT rules for CODEOWNERS
Nobuyoshi Nakada
2022-06-02
1
-0
/
+56
*
Revert incorrect string-guard optimisation. (#5969)
Noah Gibbs
2022-06-01
1
-26
/
+0
*
YJIT: Relax minimum Rust version requirement to 1.58.1
Alan Wu
2022-05-29
1
-1
/
+1
*
Use bindgen to import CRuby constants for YARV instruction bytecodes
Noah Gibbs (and/or Benchmark CI)
2022-05-26
6
-205
/
+307
*
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-23
1
-1
/
+1
*
Special-case jit_guard_known_class for strings. This can remove (#5920)
Noah Gibbs
2022-05-20
2
-0
/
+44
*
YJIT: Add opt_succ (#5919)
Takashi Kokubun
2022-05-19
1
-0
/
+11
*
YJIT: Implement getblockparam
Aaron Patterson
2022-05-12
3
-0
/
+97
*
YJIT: Fix getting the EP with registers other than RAX (#5882)
Aaron Patterson
2022-05-12
1
-1
/
+1
*
Ruby shovel operator (<<) speedup. (#5896)
Noah Gibbs
2022-05-11
3
-1
/
+107
*
Fix bug identified by @noahgibbs. (#5876)
Maxime Chevalier-Boisvert
2022-05-02
1
-1
/
+4
*
YJIT: Remove redundant `extern crate` (#5869)
Koichi ITO
2022-05-02
2
-2
/
+0
*
YJIT: Enable default rustc lints (warnings) (#5864)
Alan Wu
2022-04-29
11
-309
/
+309
*
YJIT: Adopt Clippy suggestions we like
Alan Wu
2022-04-29
8
-39
/
+39
*
YJIT: Do not create `CodeBlock.asm_comments` if the `asm_comments` feature is...
Dmitry Dygalo
2022-04-29
1
-9
/
+19
*
YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)
Maxime Chevalier-Boisvert
2022-04-28
2
-29
/
+22
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2022-04-28
1
-5
/
+5
*
YJIT: Remove unnecessary `extern crate` declaration
Alan Wu
2022-04-27
1
-1
/
+0
*
YJIT: Make add_comment() more concise
Alan Wu
2022-04-27
1
-9
/
+3
*
Rust YJIT
Alan Wu
2022-04-27
20
-0
/
+14425