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
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
Age
Commit message (
Expand
)
Author
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: Upgrade bindgen to stabilize and reduce output
Alan Wu
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-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-06
Set max_iv_count (used for object shapes) based on inline caches
Jemma Issroff
2022-12-06
Introduce BOP_CMP for optimized comparison
Daniel Colson
2022-12-06
Move BOP macros to separate file
Daniel Colson
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
Remove unused rb_shape_flag_shift and rb_shape_flag_mask
Jemma Issroff
2022-12-02
Fixed yjit bindings rb_gc_write_barrier
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-02
YJIT: Change the default --yjit-call-threshold to 30 (#6850)
Takashi Kokubun
2022-12-01
YJIT: Respect destination num_bits on STUR (#6848)
Takashi Kokubun
2022-12-01
YJIT: Reorder branches for Fixnum opt_case_dispatch (#6841)
Takashi Kokubun
2022-12-01
YJIT: fix 32 and 16 bit register store (#6840)
Jemma Issroff
2022-11-30
YJIT: Optimize rb_int_equal (#6838)
Takashi Kokubun
2022-11-30
YJIT: add new counters for deferred compilation and queued blocks (#6837)
Maxime Chevalier-Boisvert
2022-11-30
YJIT: Deallocate `struct Block` to plug memory leaks
Alan Wu
2022-11-30
YJIT: Deallocate when assumptions tables are empty
Alan Wu
2022-11-30
YJIT: Fix IseqPayload::pages memory bloat
Alan Wu
2022-11-29
YJIT: Skip checking interrupt_mask (#6825)
Takashi Kokubun
2022-11-27
MJIT: Use a String buffer in builtin compilers
Takashi Kokubun
2022-11-24
YJIT: rename `InsnOpnd` => `YARVOpnd` (#6801)
Maxime Chevalier-Boisvert
2022-11-23
YJIT: Use a Box for branch targets to save memory
Alan Wu
2022-11-23
YJIT: Simplify Insn::CCall to obviate Target::FunPtr (#6793)
Takashi Kokubun
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-23
Fix YJIT backend to account for unsigned int immediates (#6789)
Jemma Issroff
2022-11-22
YJIT: Skip padding jumps to side exits on Arm (#6790)
Takashi Kokubun
2022-11-18
YJIT: Improve the failure message on enlarging a branch (#6769)
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: Shrink version lists after mutation (#6749)
Takashi Kokubun
2022-11-16
YJIT: Pack BlockId and CodePtr (#6748)
Takashi Kokubun
2022-11-16
YJIT: Add compiled_branch_count stats (#6746)
Takashi Kokubun
2022-11-16
YJIT: Stop wrapping CmePtr with CmeDependency (#6747)
Takashi Kokubun
2022-11-16
YJIT: Shrink the vectors of Block after mutation (#6739)
Takashi Kokubun
2022-11-15
YJIT: Always encode Opnd::Value in 64 bits on x86_64 for GC offsets (#6733)
Takashi Kokubun
2022-11-15
YJIT: Include actual memory region size in stats (#6736)
Takashi Kokubun
[next]