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
2025-05-24
Follow up for 380938998415c22ba3ca9bc01f4035d5a73f274d. The type of jump_to_n...
nagachika
2025-05-24
Follow up for 380938998415c22ba3ca9bc01f4035d5a73f274d. jump_to_next_insn() r...
nagachika
2025-05-24
merge revision(s) cbf9c088f8005a49b6aa3f475c70041357774c61: [Backport #21310]
nagachika
2025-01-14
YJIT: Filter & calls from specialized C method codegen
Takashi Kokubun
2024-06-04
[3.3 backport] Do not emit shape transition warnings when YJIT is compiling (...
Jean byroot Boussier
2024-06-04
YJIT: Fix out of bounds access when splatting empty array (#10905)
Alan Wu
2024-05-28
merge revision(s) 015b0e2e1d312e2be60551587389c8da5c585e6f,ac1e9e443a0d6a4d4c...
Takashi Kokubun
2024-05-28
merge revision(s) 7f51959ff14fbe06bc1afd283d1af17b26161cf4: [Backport #20204]
Takashi Kokubun
2024-05-28
merge revision(s) bbd249e351af7e4929b518a5de73a832b5617273: [Backport #20192]...
NARUSE, Yui
2024-03-14
Backport 3.3: YJIT memory leak fix with additional CI fixes (#9841)
Alan Wu
2024-02-05
YJIT: Fix exits on splatkw instruction (#9715)
Takashi Kokubun
2023-12-25
Typofix under bootstraptest, spec and yjit directories
Hiroshi SHIBATA
2023-12-11
YJIT: Fix missing arity check for splat calls to methods with optionals
Alan Wu
2023-12-11
YJIT: Rename helper function and correct counter name
Alan Wu
2023-12-06
YJIT: Add some object validity assertions
Alan Wu
2023-11-30
YJIT: optimized codegen for `rb_ary_length()` (#9085)
Maxime Chevalier-Boisvert
2023-11-30
YJIT: Bump ec->cfp after setting cfp->jit_return (#9072)
Takashi Kokubun
2023-11-28
YJIT: Assert no patch overlap on pos_marker (#9048)
Takashi Kokubun
2023-11-27
YJIT: add top C function call counts to `--yjit-stats` (#9047)
Maxime Chevalier-Boisvert
2023-11-23
YJIT: record `num_send_cfunc` stat (#9022)
Maxime Chevalier-Boisvert
2023-11-10
YJIT: Take cargo --fix for unnecessary calls to into()
Alan Wu
2023-11-10
YJIT: Auto fix for clippy::unnecessary_cast
Alan Wu
2023-11-10
YJIT: Auto fix for clippy::clone_on_copy
Alan Wu
2023-11-08
Refactor rb_shape_transition_shape_capa out
Jean Boussier
2023-11-07
YJIT: Fix assert in OOM scenario
Alan Wu
2023-11-07
YJIT: Use u32 for CodePtr to save 4 bytes each
Alan Wu
2023-11-07
YJIT: Inline basic Ruby methods (#8855)
Takashi Kokubun
2023-11-07
YJIT: handle out of shape situation in gen_setinstancevariable (#8857)
Jean byroot Boussier
2023-11-02
YJIT: Always define method codegen table at boot (#8807)
Takashi Kokubun
2023-10-19
YJIT: Return Option from asm.compile() for has_dropped_bytes()
Alan Wu
2023-10-18
Revert "shape.h: Make attr_index_t uint8_t"
Katherine Oelsner
2023-10-18
YJIT: Add --yjit-perf (#8697)
Takashi Kokubun
2023-10-17
YJIT: Remove call to compile() on empty Assembler
Alan Wu
2023-10-17
YJIT: Add a few missing counters for send fallback (#8681)
Takashi Kokubun
2023-10-17
YJIT: Lookup IDs on boot instead of binding to them
Alan Wu
2023-10-13
YJIT: Fallback opt_getconstant_path for const_missing (#8623)
Takashi Kokubun
2023-10-13
YJIT: Fix argument clobbering in some block_arg+rest_param calls (#8647)
Alan Wu
2023-10-11
shape.h: Make attr_index_t uint8_t
Jean Boussier
2023-10-10
Refactor rb_shape_transition_shape_capa to not accept capacity
Jean Boussier
2023-10-05
YJIT: Avoid writing return value to memory in `leave`
Alan Wu
2023-10-03
YJIT: Stop spilling temps on jit_prepare_routine_call (#8581)
Takashi Kokubun
2023-09-29
YJIT: Chain-guard opt_mult overflow (#8554)
Takashi Kokubun
2023-09-29
YJIT: Use registers for passing C method arguments (#8538)
Takashi Kokubun
2023-09-29
YJIT: Remove obsoleted jit_rb_int_mul (#8539)
Takashi Kokubun
2023-09-15
YJIT: Fix object movement bug in iseq guard for invokeblock
Alan Wu
2023-09-14
YJIT: Skip Insn::Comment and format! if disasm is disabled (#8441)
Takashi Kokubun
2023-09-14
YJIT: Remove UTF-8 BOM [ci skip]
Alan Wu
2023-09-12
Make Kernel#lambda raise when given non-literal block
Alan Wu
2023-09-07
Add `String#getbyte` YJIT implementation (#8397)
Ian Candy
2023-09-07
YJIT: Decrease IVAR_MAX_DEPTH to 8 (#8398)
Takashi Kokubun
[next]