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-12-02
make flag clearing better
Aaron Patterson
2022-12-02
only generate wb when we really need to
Aaron Patterson
2022-12-02
bail on compilation if the comptime receiver is frozen
Aaron Patterson
2022-12-02
do not fire the wb when writing immediates
Aaron Patterson
2022-12-02
implement IV writes
Aaron Patterson
2022-12-02
YJIT: Make case-when optimization respect === redefinition (#6846)
Alan Wu
2022-12-01
YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)
Takashi Kokubun
2022-11-30
YJIT: Optimize rb_int_equal (#6838)
Takashi Kokubun
2022-11-29
YJIT: Skip checking interrupt_mask (#6825)
Takashi Kokubun
2022-11-24
YJIT: rename `InsnOpnd` => `YARVOpnd` (#6801)
Maxime Chevalier-Boisvert
2022-11-23
YJIT: Use NonNull pointer for CodePtr (#6792)
Takashi Kokubun
2022-11-23
YJIT: Stop passing target1 to gen_return_branch
Takashi Kokubun
2022-11-23
YJIT: Simplify code for RB_SPECIAL_CONST_P (#6795)
Takashi Kokubun
2022-11-22
YJIT: Skip padding jumps to side exits on Arm (#6790)
Takashi Kokubun
2022-11-18
32 bit comparison on shape id
Aaron Patterson
2022-11-17
Fix bug involving .send and overwritten methods. (#6752)
Jimmy Miller
2022-11-16
YJIT: Pack BlockId and CodePtr (#6748)
Takashi Kokubun
2022-11-16
YJIT: Shrink the vectors of Block after mutation (#6739)
Takashi Kokubun
2022-11-15
YJIT: Count getivar side exits by receiver flag changes (#6735)
Takashi Kokubun
2022-11-15
YJIT: Invalidate redefined methods only through cme (#6734)
Takashi Kokubun
2022-11-13
YJIT: Remove unused src_ctx from Block (#6714)
Takashi Kokubun
2022-11-11
YJIT: Fix staying in invalidated code after proc calls
Alan Wu
2022-11-10
Enable --yjit-stats for release builds (#6694)
Jimmy Miller
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
[prev]
[next]