summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
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
2024-01-29YJIT: print warning when disasm options used without a dev build (#9744)Maxime Chevalier-Boisvert
2024-01-29YJIT: add asm comment when we clear local types (#9713)Maxime Chevalier-Boisvert
2024-01-26YJIT: Fix exits on splatkw instruction (#9711)Takashi Kokubun
2024-01-25YJIT: Support concattoarray and pushtoarray (#9708)Takashi Kokubun
2024-01-25YJIT: Assert lea source operand typeAlan Wu
2024-01-25YJIT: Add a counter for invokebuiltin exits (#9696)Takashi Kokubun
2024-01-24Add pushtoarray VM instructionJeremy Evans
2024-01-24Add VM_CALL_ARGS_SPLAT_MUT callinfo flagJeremy Evans
2024-01-24YJIT: Avoid leaks by skipping objects with a singleton classAlan Wu
2024-01-24YJIT: reduce default exec mem size to 48MiB (#9685)Maxime Chevalier-Boisvert
2024-01-24YJIT: fix small bug causing jit_rb_int_rshift to side-exit (#9684)Maxime Chevalier-Boisvert
2024-01-23YJIT: Reuse get_array_{ptr,len}Alan Wu
2024-01-23YJIT: Fix ruby2_keywords splat+rest and drop bogus checksAlan Wu
2024-01-23YJIT: Allow inlining ISEQ calls with a block (#9622)Takashi Kokubun
2024-01-23YJIT: Move guard up for a case of splat+restAlan Wu
2024-01-22Bump capstone from 0.10.0 to 0.11.0 in /yjit (#9653)dependabot[bot]