summaryrefslogtreecommitdiff
path: root/jit.c
AgeCommit message (Expand)Author
9 daysshapes: Rename `TOO_COMPLEX` in just `COMPLEX`Jean Boussier
2026-04-15ZJIT: Move flo_to_i helper to zjit.c and use original flo_to_iChris Hasiński
2026-04-15ZJIT: Inline Float#to_iChris Hasiński
2026-04-06ZJIT: Guard `T_*` in addition to shape in polymorphic getivarAlan Wu
2026-03-27Rename rb_cfp_iseq to CFP_ISEQ and rb_cfp_pc to CFP_PCTakashi Kokubun
2026-03-27Rename cfp->iseq to cfp->_iseq and rb_zjit_cfp_iseq to rb_cfp_iseqTakashi Kokubun
2026-03-27ZJIT: Move jit_return clearing from rb_set_cfp_pc into codegenTakashi Kokubun
2026-03-27ZJIT: Use bare opcode variant in iseq_may_write_block_codeTakashi Kokubun
2026-03-27ZJIT: Lightweight FramesTakashi Kokubun
2026-03-20Leverage new Prism APIsKevin Newton
2026-03-02ZJIT: Use LoadField for TypedData ivars (#16259)Max Bernstein
2026-02-27ZJIT: Use LoadField for Class/Module ivars (#16252)Max Bernstein
2026-01-31Fix wrong declaration of `rb_optimized_call`Nobuyoshi Nakada
2026-01-16ZJIT: Specialize OPTIMIZED_METHOD_TYPE_CALL (#15859)Nozomi Hijikata
2025-12-18JIT: Move EC offsets to jit_bindgen_constantsJohn Hawthorn
2025-12-09ZJIT: Add codegen for FixnumDiv (#15452)Abrar Habib
2025-12-05JITs: rb_iseq_opcode_at_pc(): Accommodate switch-case interpreterAlan Wu
2025-12-03ZJIT: Optimize setivar with shape transition (#15375)Max Bernstein
2025-12-01ZJIT: Specialize String#<< with FixnumMax Bernstein
2025-10-22ZJIT: Fetch Primitive.attr!(leaf) for InvokeBuiltinMax Bernstein
2025-10-22ZJIT: Inline String#==, String#===Max Bernstein
2025-10-21YJIT: ZJIT: Extract common bindings to jit.c and remove unnamed enums.Alan Wu
2025-10-21ZJIT: Fix binding to `INVALID_SHAPE_ID` under `-std=c99 -pedantic`Alan Wu
2025-10-20ZJIT: Implement codegen for FixnumMod (#14857)Max Bernstein
2025-10-20ZJIT: Implement expandarray (#14847)Max Bernstein
2025-09-12ZJIT: Share more code with YJIT in jit.c (#14520)Takashi Kokubun
2025-09-02ZJIT: Clear jit entry from iseqs after TracePoint activation (#14407)Stan Lo
2025-08-29Add rb_jit_vm_unlock and share it in ZJIT and YJITStan Lo
2025-08-29Add rb_jit_vm_lock_then_barrier and share it in ZJIT and YJITStan Lo
2025-08-29Add rb_jit_multi_ractor_p and share it in ZJIT and YJITStan Lo
2025-08-29ZJIT: Specialize monomorphic GetIvar (#14388)Max Bernstein
2025-07-31ZJIT: Stub JIT-to-JIT calls (#14052)Takashi Kokubun
2025-07-09ZJIT: Mark profiled objects when marking ISEQ (#13784)Takashi Kokubun
2025-06-28ZJIT: Codegen for `defined?(yield)`Alan Wu
2025-06-23ZJIT: Optimize frozen array aref (#13666)Max Bernstein
2025-05-02YJIT: ZJIT: Share identical glue functionsAlan Wu