aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu2023-07-131-1/+1
* [Feature #19730] Remove transient heapPeter Zhu2023-07-131-1/+0
* [DOC] Removed redundant `the`Hiroshi SHIBATA2023-07-132-4/+4
* Store object age in a bitmapMatt Valentine-House2023-07-131-3/+2
* YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert2023-07-112-0/+2
* YJIT: Use registers to pass stack temps to C calls (#7920)Takashi Kokubun2023-07-062-19/+22
* YJIT: add new stats counter for compiled ISEQ entry points (#8032)Maxime Chevalier-Boisvert2023-07-062-0/+4
* YJIT: Use --yjit-exec-mem-size=128 by default (#8031)Takashi Kokubun2023-07-051-1/+1
* YJIT: Avoid reloading InsnOut operands (#8021)Takashi Kokubun2023-07-041-6/+6
* YJIT: Break register cycles for C arguments (take 2) (#8018)Takashi Kokubun2023-07-043-15/+221
* YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu2023-07-042-2/+12
* Suppressing security alert of atty dependency by env_logger-0.9.0Hiroshi SHIBATA2023-07-042-23/+138
* Remove taint and untrusted flags (#7958)Nobuyoshi Nakada2023-06-191-2/+2
* Revert "YJIT: Break register cycles for C arguments (#7918)"Takashi Kokubun2023-06-123-220/+14
* YJIT: Break register cycles for C arguments (#7918)Takashi Kokubun2023-06-123-14/+220
* Remove RHASH_TRANSIENT_FLAGPeter Zhu2023-06-081-1/+0
* YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu2023-06-063-0/+5
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-062-8/+2
* YJIT: Fix a warning on cargo test (#7909)Takashi Kokubun2023-06-051-2/+2
* Implement Struct on VWAPeter Zhu2023-06-051-1/+1
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-051-0/+1
* YJIT: Use #[cfg] instead of if cfg! (#7899)Takashi Kokubun2023-06-021-1/+2
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-011-1/+0
* Fix cvar caching when class is clonedeileencodes2023-06-011-0/+1
* YJIT: Force showing a backtrace on panic (#7869)Takashi Kokubun2023-05-301-0/+3
* Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-241-1/+1
* YJIT: Enable debug symbols in dev_nodebug (#7822)Takashi Kokubun2023-05-191-1/+0
* 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-252-0/+7
* 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
* YJIT: Merge lower_stack into the split pass (#7748)Takashi Kokubun2023-04-203-71/+55
* Fix inaccurate commentMaxime Chevalier-Boisvert2023-04-201-1/+3
* YJIT: Merge csel and mov on arm64 (#7747)Takashi Kokubun2023-04-201-94/+91
* YJIT: Avoid splitting mov for small values on arm64 (#7745)Takashi Kokubun2023-04-202-3/+32