aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/codegen.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Count all opt_getconstant_path exit reasons (#8187)Takashi Kokubun2023-08-091-1/+3
* YJIT: Correct name of a counter (#8186)Alan Wu2023-08-091-3/+3
* YJIT: Compile exception handlers (#8171)Takashi Kokubun2023-08-081-15/+81
* YJIT: guard for array_len >= num in expandarray (#8169)Maxime Chevalier-Boisvert2023-08-041-14/+4
* YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert2023-08-031-25/+76
* YJIT: Fallback setivar if the receiver isn't T_OBJECT (#8160)Jean byroot Boussier2023-08-021-1/+1
* YJIT: Distinguish exit and fallback reasons for send (#8159)Takashi Kokubun2023-08-021-21/+21
* YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)Takashi Kokubun2023-08-021-4/+4
* Revert "YJIT: implement `expandarray_rhs_too_small` case (#8153)"Hiroshi SHIBATA2023-08-021-5/+6
* YJIT: implement `expandarray_rhs_too_small` case (#8153)Maxime Chevalier-Boisvert2023-08-011-6/+5
* YJIT: Fallback setivar if the next shape is too complex (#8152)Takashi Kokubun2023-08-011-49/+60
* YJIT: Drop Copy trait from Context (#8138)Takashi Kokubun2023-07-291-3/+3
* YJIT: Count setivar too-complex exits (#8131)Takashi Kokubun2023-07-271-0/+1
* YJIT: implement missing `asm.jg` instruction in backend (#8130)Maxime Chevalier-Boisvert2023-07-271-0/+40
* YJIT: getblockparamproxy for when block is a ProcAlan Wu2023-07-271-9/+47
* Revert "YJIT: Fix naming for a getblockparamproxy counter"Alan Wu2023-07-271-1/+1
* YJIT: Use dynamic dispatch for megamorphic send (#8125)Takashi Kokubun2023-07-271-5/+15
* YJIT: Count the number of dynamic send dispatches (#8122)Takashi Kokubun2023-07-261-0/+1
* YJIT: Fix naming for a getblockparamproxy counterAlan Wu2023-07-261-1/+1
* Implement `opt_aref_with` instruction (#8118)ywenc2023-07-261-0/+32
* YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun2023-07-241-4/+111
* YJIT: Rename exec_instruction to yjit_insns_count (#8102)Takashi Kokubun2023-07-201-1/+1
* Get rid of obsoleted __bp__ referencesTakashi Kokubun2023-07-201-1/+0
* YJIT: Avoid undercounting retired_in_yjit (#8038)Takashi Kokubun2023-07-201-5/+5
* Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu2023-07-171-1/+0
* Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu2023-07-131-1/+1
* YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert2023-07-111-0/+1
* YJIT: Use registers to pass stack temps to C calls (#7920)Takashi Kokubun2023-07-061-18/+5
* YJIT: Avoid reloading InsnOut operands (#8021)Takashi Kokubun2023-07-041-6/+6
* YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu2023-07-041-2/+11
* YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu2023-06-061-0/+3
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-6/+1
* YJIT: Move exits in gen_send_iseq to functions and use ? (#7725)Jimmy Miller2023-05-011-211/+260
* Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans2023-04-251-0/+6
* YJIT: Use general definedivar at the end of chains (#7756)Takashi Kokubun2023-04-241-1/+1
* YJIT: invokesuper: Remove cme mid matching checkJohn Hawthorn2023-04-201-7/+0
* Fix inaccurate commentMaxime Chevalier-Boisvert2023-04-201-1/+3
* YJIT: Tweak asm comments (#7743)Takashi Kokubun2023-04-191-3/+4
* YJIT: Remove Insn::RegTemps (#7741)Takashi Kokubun2023-04-191-8/+3
* Implement opt_newarray_send in YJITAaron Patterson2023-04-181-2/+54
* YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)Jimmy Miller2023-04-171-1/+1
* YJIT: Spill a caller stack as late as possible (#7726)Takashi Kokubun2023-04-171-8/+4
* YJIT: Add a counter to all side exits (#7720)Takashi Kokubun2023-04-141-71/+73
* YJIT: Remove duplicate `asm.spill_temps()` Alan Wu2023-04-141-1/+0
* YJIT: Fix false object collection when setting ivarAlan Wu2023-04-141-0/+5
* YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun2023-04-141-194/+141
* YJIT: Change to Option<CodegenStatus> (#7717)Jimmy Miller2023-04-141-334/+333
* YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller2023-04-131-39/+129
* YJIT: Use an enum to represent counters (#7701)Takashi Kokubun2023-04-131-51/+28
* YJIT: Move stack_opnd from Context to Assembler (#7700)Takashi Kokubun2023-04-131-53/+53