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
ruby_4_0
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-11-10
Remove numiv from RObject
Jemma Issroff
2022-11-08
Implement optimize call (#6691)
Jimmy Miller
2022-11-03
YJIT: Make Code GC metrics available for non-stats builds (#6665)
Takashi Kokubun
2022-11-03
YJIT: Fix a wrong type reference (#6661)
Takashi Kokubun
2022-11-02
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-11-01
YJIT: Delete redundant ways to make Context
Alan Wu
2022-10-27
YJIT: Use guard_known_class() for opt_aref on Arrays (#6643)
Alan Wu
2022-10-26
YJIT: Support nil and blockparamproxy as blockarg in send (#6492)
Matthew Draper
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-21
YJIT: Read rb_num_t as usize early
Alan Wu
2022-10-20
YJIT: Fix gen_expandarray treating argument as VALUE
Alan Wu
2022-10-20
YJIT: remove some stale comments [ci skip]
Alan Wu
2022-10-20
YJIT: incorporate ruby_special_consts
Nobuyoshi Nakada
2022-10-20
Move "special consts" so `Qundef` and `Qnil` differ just 1 bit
Nobuyoshi Nakada
2022-10-18
Code clean around unused code for some architectures or features (#6581)
Jimmy Miller
2022-10-17
YJIT: Allow --yjit-dump-disasm to dump into a file (#6552)
Takashi Kokubun
2022-10-17
YJIT: Interleave inline and outlined code blocks (#6460)
Takashi Kokubun
2022-10-17
YJIT: call free_block to cleanup block when out of memory
Alan Wu
2022-10-14
More clippy fixes (#6547)
Jimmy Miller
2022-10-13
fixes more clippy warnings (#6543)
Jimmy Miller
2022-10-11
Implement optimize send in yjit (#6488)
Jimmy Miller
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-04
YJIT: add support for calling bmethods (#6489)
Alan Wu
2022-09-30
Fix YJIT args for rb_vm_set_ivar_idx
John Hawthorn
2022-09-30
Fix YJIT build after shapes-revert
John Hawthorn
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
A bunch of clippy auto fixes for yjit (#6476)
Jimmy Miller
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-22
YJIT: add chain guards in `guard_two_fixnums` (#6422)
Maxime Chevalier-Boisvert
2022-09-22
YJIT: Refactor into gen_push_frame (#6412)
John Hawthorn
2022-09-19
YJIT: Check if the processor supports --yjit-stats (#6401)
Takashi Kokubun
2022-09-19
Only exit if ruby2_keywords and splat together (#6395)
Jimmy Miller
2022-09-16
Fix splat args (#6385)
Jimmy Miller
2022-09-15
Add asm comments to make disasm more readable (#6377)
Maxime Chevalier-Boisvert
2022-09-14
YJIT: Implement specialized respond_to? (#6363)
John Hawthorn
2022-09-14
Initial support for VM_CALL_ARGS_SPLAT (#6341)
Jimmy Miller
2022-09-14
YJIT: Add Opnd#with_num_bits to use only 8 bits (#6359)
Takashi Kokubun
2022-09-09
YJIT: Branch directly when nil? is known from types
John Hawthorn
2022-09-09
YJIT: Branch directly when truthyness is known
John Hawthorn
2022-09-01
New constant caching insn: opt_getconstant_path
John Hawthorn
2022-09-01
Let --yjit-dump-disasm=all dump ocb code as well (#6309)
Takashi Kokubun
2022-08-29
Check only symbol flag bits (#6301)
Takashi Kokubun
2022-08-29
Remove ir_ssa.rs as we aren't using it and it's now outdated
Maxime Chevalier-Boisvert
2022-08-29
Add --yjit-dump-disasm to dump every compiled code (https://github.com/Shopif...
Takashi Kokubun
2022-08-29
Various AArch64 optimizations (https://github.com/Shopify/ruby/pull/433)
Kevin Newton
2022-08-29
Fix and re-enable String to_s, << and unary plus (https://github.com/Shopify/...
Noah Gibbs
2022-08-29
Use VALUE for callinfos that are on the heap (https://github.com/Shopify/ruby...
Alan Wu
[prev]
[next]