aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* YJIT: shrink Context from 29 to 21 bytes by reducing space used by TempMappin...Maxime Chevalier-Boisvert2023-08-302-107/+161
* YJIT: Remove Type::CArray and limit use of Type::CStringAlan Wu2023-08-282-26/+15
* YJIT: Refactor to use Option<BlockHandler> in SpecValAlan Wu2023-08-241-17/+9
* YJIT: Move block handler SpecVal variants into BlockHandlerAlan Wu2023-08-241-25/+27
* YJIT: Implement VM_CALL_ARGS_BLOCKARG with Proc for ISeq callsAlan Wu2023-08-233-18/+67
* Fix guard-heap upgrades (#8264)Aaron Patterson2023-08-231-3/+3
* YJIT: x64: Split mem-to-mem Insn::Store like Insn::MovAlan Wu2023-08-222-2/+2
* YJIT: Remove unnecessary roundtrip conversionAlan Wu2023-08-211-2/+2
* YJIT: Quiet mode when running with `--yjit-stats` (#8251)ywenc2023-08-182-2/+26
* YJIT: Fix return type of Integer#/ with T_FIXNUM inputsAlan Wu2023-08-181-1/+4
* YJIT: implement fast path for integer multiplication in opt_mult (#8204)Maxime Chevalier-Boisvert2023-08-186-5/+156
* 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