summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
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
2024-02-08YJIT: Report invalidation counts in non-stats mode (#9878)John Hawthorn
2024-02-08YJIT: Use jit_prepare_call_with_gc as much as possible (#9874)Takashi Kokubun
2024-02-08YJIT: Skip pushing a frame for Hash#empty? (#9875)Takashi Kokubun
2024-02-06YJIT: Allow popping before falling backAlan Wu
2024-02-05YJIT: No need to reject splat+zsuperAlan Wu
2024-02-02YJIT: add missing jge comparison instruction (#9819)Maxime Chevalier-Boisvert
2024-01-31YJIT: Float arithmetics are actually leafTakashi Kokubun
2024-01-31YJIT: s/jit_prepare_routine_call/jit_prepare_non_leaf_call/Takashi Kokubun
2024-01-31YJIT: Add codegen for Float arithmetics (#9774)Takashi Kokubun
2024-01-31YJIT: Add jit_prepare_for_gc function (#9775)Takashi Kokubun
2024-01-30YJIT: Specialize splatkw on T_HASH (#9764)Takashi Kokubun
2024-01-30YJIT: add specialized codegen for fixnum XOR (#9763)Maxime Chevalier-Boisvert