aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Fix String#<< return typeAlan Wu2023-08-171-2/+2
* Add note about rb_f_notimplement [ci skip]Alan Wu2023-08-171-1/+1
* YJIT: Fix Kernel#respond_to? handling of rb_f_notimplementAlan Wu2023-08-171-11/+19
* YJIT: implement side chain fallback for setlocal to avoid exiting (#8227)Maxime Chevalier-Boisvert2023-08-173-9/+42
* YJIT: Optional parameter rework and bugfix (#8220)Alan Wu2023-08-151-143/+143
* YJIT: Chain guard classes on instance_of (#8209)Takashi Kokubun2023-08-141-2/+9
* YJIT: Implement GET_BLOCK_HANDLER() for invokesuper (#8206)Takashi Kokubun2023-08-112-66/+68
* YJIT: increase max chain depth for expandarray (#8205)Maxime Chevalier-Boisvert2023-08-111-2/+5
* YJIT: implement codegen for rb_int_lshift (#8201)Maxime Chevalier-Boisvert2023-08-114-16/+35
* YJIT: Implement checkmatch instruction (#8203)Takashi Kokubun2023-08-103-0/+33
* Update an outdated YJIT bindingTakashi Kokubun2023-08-101-1/+5
* YJIT: add mul() instruction to backend IR (#8195)Maxime Chevalier-Boisvert2023-08-103-7/+36
* YJIT: Fallback megamorphic super/yield to dynamic dispatch (#8197)Takashi Kokubun2023-08-102-1/+22
* YJIT: Allow VM_CALL_ARGS_BLOCKARG on invokesuper (#8198)Takashi Kokubun2023-08-102-12/+9
* YJIT: Chain guard method IDs for respond_to? (#8196)Takashi Kokubun2023-08-092-3/+11
* YJIT: Distinguish exit and fallback reasons for invokesuper/invokeblock (#8194)Takashi Kokubun2023-08-092-24/+38
* YJIT: Count throw instructions for each tag (#8188)Takashi Kokubun2023-08-094-0/+30
* YJIT: implement imul instruction encoding in x86 assembler (#8191)Maxime Chevalier-Boisvert2023-08-092-0/+34
* Implement MUL instruction for aarch64 (#8193)Kevin Newton2023-08-093-0/+94
* YJIT: Count all opt_getconstant_path exit reasons (#8187)Takashi Kokubun2023-08-092-2/+6
* YJIT: Correct name of a counter (#8186)Alan Wu2023-08-092-4/+4
* YJIT: Compile exception handlers (#8171)Takashi Kokubun2023-08-086-27/+108
* YJIT: expand bitwise shift support in x86 assembler (#8174)Maxime Chevalier-Boisvert2023-08-042-15/+26
* YJIT: guard for array_len >= num in expandarray (#8169)Maxime Chevalier-Boisvert2023-08-043-14/+16
* YJIT: add jb (unsigned less-than) instruction to backend (#8168)Maxime Chevalier-Boisvert2023-08-033-1/+18
* YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert2023-08-033-38/+132
* 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-022-38/+40
* YJIT: Fix --yjit-dump-disasm coloring on less(1) (#8158)Takashi Kokubun2023-08-021-8/+9
* YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)Takashi Kokubun2023-08-023-9/+11
* Revert "YJIT: implement `expandarray_rhs_too_small` case (#8153)"Hiroshi SHIBATA2023-08-022-59/+18
* YJIT: Let local yjit-bindgen exit successfully (#8156)Takashi Kokubun2023-08-011-1/+3
* YJIT: implement `expandarray_rhs_too_small` case (#8153)Maxime Chevalier-Boisvert2023-08-012-18/+59
* YJIT: Fallback setivar if the next shape is too complex (#8152)Takashi Kokubun2023-08-012-50/+60
* YJIT: Drop Copy trait from Context (#8138)Takashi Kokubun2023-07-293-15/+43
* YJIT: Count setivar too-complex exits (#8131)Takashi Kokubun2023-07-272-0/+2
* YJIT: implement missing `asm.jg` instruction in backend (#8130)Maxime Chevalier-Boisvert2023-07-275-0/+60
* YJIT: getblockparamproxy for when block is a ProcAlan Wu2023-07-274-10/+54
* Revert "YJIT: Fix naming for a getblockparamproxy counter"Alan Wu2023-07-272-2/+2
* YJIT: Use dynamic dispatch for megamorphic send (#8125)Takashi Kokubun2023-07-272-8/+19
* YJIT: Count the number of dynamic send dispatches (#8122)Takashi Kokubun2023-07-262-0/+2
* YJIT: Fix naming for a getblockparamproxy counterAlan Wu2023-07-262-2/+2
* Implement `opt_aref_with` instruction (#8118)ywenc2023-07-262-0/+34
* YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun2023-07-243-4/+115
* YJIT: Rename exec_instruction to yjit_insns_count (#8102)Takashi Kokubun2023-07-202-2/+2
* 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-172-4/+2
* YJIT: refactoring to allow for fancier call threshold logic (#8078)Maxime Chevalier-Boisvert2023-07-173-3/+9
* YJIT: Make ratio_in_yjit always available (#8064)Takashi Kokubun2023-07-133-15/+7