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
2023-02-03
merge revision(s) 188688a53e7708d25ab80e14d05e70ffcf792e13: [Backport #19385]
NARUSE, Yui
2023-01-18
merge revision(s) aeddc19340c7116d48fac3080553fbb823857d16: [Backport #19316]
NARUSE, Yui
2023-01-18
merge revision(s) 43ff0c2c488c80aaf83b486d45bcd4a92ebe3848: [Backport #19299]
NARUSE, Yui
2022-12-15
YJIT: Fix `obj.send(:call)`
Alan Wu
2022-12-15
YJIT: Fix code GC freeing stubs with a trampoline (#6937)
Alan Wu
2022-12-15
Transition complex objects to "too complex" shape
Jemma Issroff
2022-12-14
YJIT: Remove duplicate call to jit_prepare_routine_call()
Alan Wu
2022-12-12
YJIT: Implement opt_newarray_max instruction (#6893)
Takashi Kokubun
2022-12-09
YJIT: Split send_iseq_complex_callee exit reasons (#6895)
Takashi Kokubun
2022-12-09
YJIT: implement `getconstant` YARV instruction (#6884)
Maxime Chevalier-Boisvert
2022-12-08
YJIT: Drop Copy trait from Context (#6889)
Takashi Kokubun
2022-12-08
YJIT: implement opt_newarray_min YARV instruction (#6888)
Maxime Chevalier-Boisvert
2022-12-05
YJIT: Remove --yjit-code-page-size (#6865)
Alan Wu
2022-12-05
YJIT: Extract SHAPE_ID_NUM_BITS into a constant (#6863)
Jemma Issroff
2022-12-02
Extracted rb_shape_id_offset
Jemma Issroff
2022-12-02
Update yjit/src/codegen.rs
Maxime Chevalier-Boisvert
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
[next]