summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2024-03-01Update bindgen for YJIT and RJITTakashi Kokubun
2024-03-01Correctly set anon_kwrest flag for def f(b: 1, **)Jeremy Evans
2024-03-01YJIT: No need to set cfp->sp when setting escaped localsAlan Wu
2024-02-29YJIT: Support inlining putself (#10137)Takashi Kokubun
2024-02-28YJIT: Squash canary before falling backAlan Wu
2024-02-28YJIT: Reject keywords hash in -1 arity cfunc splat supportAlan Wu
2024-02-27YJIT: Support splat with C methods with -1 arityAlan Wu
2024-02-25Bump capstone from 0.11.0 to 0.12.0 in /yjit (#10094)dependabot[bot]
2024-02-23Assert running_iseq before using itTakashi Kokubun
2024-02-23[DOC] Fix a typoTakashi Kokubun
2024-02-23YJIT: Lazily push a frame for specialized C funcs (#10080)Takashi Kokubun
2024-02-22YJIT: Optimize attr_writer (#9986)Takashi Kokubun
2024-02-21YJIT: Assert Opnd::Stack's SP expectation (#10061)Takashi Kokubun
2024-02-21YJIT: Grab stack operands after SP change in String#byteslice (#10060)Alan Wu
2024-02-21YJIT: Allow non-leaf calls on opt_* insns (#10033)Takashi Kokubun
2024-02-20YJIT: rb_str_concat_literals is not leaf (#10035)Takashi Kokubun
2024-02-20YJIT: Fix calling leaf builtins with empty splat and kw_splatAlan Wu
2024-02-20YJIT: Verify the assumption of leaf C calls (#10002)Takashi Kokubun
2024-02-20Add pushtoarraykwsplat instruction to avoid unnecessary array allocationJeremy Evans
2024-02-20YJIT: Support `**nil` for cfuncsAlan Wu
2024-02-16YJIT: Remove unused countersAlan Wu
2024-02-16YJIT: Support empty splatAlan Wu
2024-02-16YJIT: Support `**nil`Alan Wu
2024-02-15Pop the operand at the endTakashi Kokubun
2024-02-15Update a comment on spill_temps()Takashi Kokubun
2024-02-15Remove duplicated spill_temps()Takashi Kokubun
2024-02-15Spill fewer temps on iv writesAaron Patterson
2024-02-15YJIT: Pass nil to anonymous kwrest when empty (#9972)Alan Wu
2024-02-14YJIT: Replace perf_fn! with a simpler macro (#9971)Takashi Kokubun
2024-02-14YJIT: Use i32 over isize for ctx.sp_opnd() (#9968)Alan Wu
2024-02-14YJIT: Extract keyword handling to make gen_send_iseq() shorterAlan Wu
2024-02-14Update yjit/src/codegen.rsAaron Patterson
2024-02-14Consider rb_str_getbyte as leaf sometimesAaron Patterson
2024-02-14Move rb_class_allocate_instance from gc.c to object.cPeter Zhu
2024-02-14YJIT: Add --yjit-perf=codegen option (#9957)Takashi Kokubun
2024-02-14YJIT: Simplify Kernel#send guards and admit more cases (#9956)Alan Wu
2024-02-13byteslice can return nil so we have to push an "unknown" valueAaron Patterson
2024-02-13YJIT: Fixup kwrest stack baseAlan Wu
2024-02-13Specialize String#byteslice(a, b) (#9939)Aaron Patterson
2024-02-12YJIT: Fix kwrest calls setting SP with uninit valuesAlan Wu
2024-02-12YJIT: Add support for `**kwrest` parametersAlan Wu
2024-02-12Allow `foo(**nil, &block_arg)`Alan Wu
2024-02-12YJIT: Prefer an overloaded cme if available (#9913)Takashi Kokubun
2024-02-12YJIT: Fix insufficient type guards (#9911)Takashi Kokubun
2024-02-09YJIT: Add top ISEQ call counts to --yjit-stats (#9906)Takashi Kokubun
2024-02-09YJIT: Fallback megamorphic opt_case_dispatch (#9894)Takashi Kokubun
2024-02-09YJIT: Refactor recv_known_class to Option (#9895)Takashi Kokubun
2024-02-08YJIT: Remove unnecessary casts for chain_depth (#9893)Takashi Kokubun
2024-02-08YJIT: Allow tracing a counted exit (#9890)Takashi Kokubun
2024-02-08YJIT: Maintain MapToLocal that is just upgraded (#9876)Takashi Kokubun