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
*
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
1
-1
/
+1
*
YJIT: Fix page rounding for icache busting
Alan Wu
2022-10-21
1
-5
/
+7
*
YJIT: Read rb_num_t as usize early
Alan Wu
2022-10-21
1
-25
/
+22
*
YJIT: Fix gen_expandarray treating argument as VALUE
Alan Wu
2022-10-20
1
-11
/
+12
*
YJIT: remove some stale comments [ci skip]
Alan Wu
2022-10-20
1
-8
/
+0
*
YJIT: incorporate ruby_special_consts
Nobuyoshi Nakada
2022-10-20
4
-21
/
+28
*
Move "special consts" so `Qundef` and `Qnil` differ just 1 bit
Nobuyoshi Nakada
2022-10-20
2
-4
/
+3
*
YJIT: Respect writable_addrs on --yjit-dump-iseq-disasm as well (#6596)
Takashi Kokubun
2022-10-19
2
-10
/
+13
*
YJIT: Skip dumping code for the other cb on --yjit-dump-disasm (#6592)
Takashi Kokubun
2022-10-19
3
-14
/
+17
*
YJIT: fix a #[warn(unused_parens)]
Alan Wu
2022-10-19
1
-1
/
+1
*
YJIT: fold the "asm_comments" feature into "disasm" (#6591)
Alan Wu
2022-10-19
6
-11
/
+10
*
Fixes remaining issues and turns back on dead code and unused (#6584)
Jimmy Miller
2022-10-18
2
-5
/
+2
*
Code clean around unused code for some architectures or features (#6581)
Jimmy Miller
2022-10-18
5
-10
/
+16
*
Allow passing a Rust closure to rb_iseq_callback (#6575)
Takashi Kokubun
2022-10-18
3
-6
/
+16
*
YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)
Takashi Kokubun
2022-10-17
4
-29
/
+40
*
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-17
9
-161
/
+378
*
Make mjit_cont sharable with YJIT (#6556)
Takashi Kokubun
2022-10-17
1
-2
/
+2
*
YJIT: call free_block to cleanup block when out of memory
Alan Wu
2022-10-17
2
-5
/
+4
*
YJIT doesn't need rb_obj_ensure_iv_index_mapping
Aaron Patterson
2022-10-14
2
-4
/
+0
*
YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)
Takashi Kokubun
2022-10-14
4
-28
/
+51
*
More clippy fixes (#6547)
Jimmy Miller
2022-10-14
4
-52
/
+78
*
fixes more clippy warnings (#6543)
Jimmy Miller
2022-10-13
9
-87
/
+52
*
Make op_ext an optional for code clarity (#6542)
Jimmy Miller
2022-10-13
1
-42
/
+50
*
YJIT: No need to fill to get UDF on ARM64
Alan Wu
2022-10-13
1
-4
/
+11
*
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-11
6
-17
/
+238
*
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
2
-5
/
+4
*
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
5
-87
/
+106
*
YJIT: add an assert for branch_stub_hit() (#6505)
Alan Wu
2022-10-06
1
-1
/
+4
*
YJIT: fix ARM64 bitmask encoding for 32 bit registers (#6503)
Alan Wu
2022-10-06
4
-22
/
+148
*
YJIT: add support for calling bmethods (#6489)
Alan Wu
2022-10-04
4
-21
/
+324
*
Split cmp operations that aren't 32/64 bit for arm (#6484)
Jimmy Miller
2022-10-03
2
-0
/
+24
*
Fix YJIT args for rb_vm_set_ivar_idx
John Hawthorn
2022-09-30
1
-1
/
+1
*
Fix YJIT build after shapes-revert
John Hawthorn
2022-09-30
1
-1
/
+1
*
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
5
-106
/
+87
*
A bunch of clippy auto fixes for yjit (#6476)
Jimmy Miller
2022-09-30
16
-52
/
+53
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-28
5
-88
/
+107
*
YJIT: add assertion wrt label names (#6459)
Maxime Chevalier-Boisvert
2022-09-27
1
-0
/
+2
*
Change IncrCounter lowering on AArch64 (#6455)
Kevin Newton
2022-09-27
5
-11
/
+181
*
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
5
-109
/
+88
*
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
5
-88
/
+109
*
YJIT: Support Rust 1.58.1 for --yjit-stats on Arm (#6410)
Takashi Kokubun
2022-09-23
1
-13
/
+1
*
YJIT: add chain guards in `guard_two_fixnums` (#6422)
Maxime Chevalier-Boisvert
2022-09-22
1
-13
/
+37
*
YJIT: Refactor into gen_push_frame (#6412)
John Hawthorn
2022-09-22
1
-102
/
+161
*
Guard `--yjit-stats` behind `#[cfg(feature = "stats")]` (#6409)
Maxime Chevalier-Boisvert
2022-09-20
1
-0
/
+3
*
YJIT: Support MAKE=bmake for release build
Alan Wu
2022-09-20
2
-9
/
+15
*
YJIT: Show --yjit-stats of railsbench on CI (#6403)
Takashi Kokubun
2022-09-20
1
-0
/
+13
*
YJIT: Check if the processor supports --yjit-stats (#6401)
Takashi Kokubun
2022-09-19
2
-1
/
+11
*
Only exit if ruby2_keywords and splat together (#6395)
Jimmy Miller
2022-09-19
1
-1
/
+1
*
Update bindgen crate (#6397)
Takashi Kokubun
2022-09-18
3
-37
/
+50
*
Invalidate i-cache after link_labels (#6388)
Takashi Kokubun
2022-09-16
1
-11
/
+11
[next]