summaryrefslogtreecommitdiff
path: root/yjit
AgeCommit message (Expand)Author
2023-07-27YJIT: Count setivar too-complex exits (#8131)Takashi Kokubun
2023-07-27YJIT: implement missing `asm.jg` instruction in backend (#8130)Maxime Chevalier-Boisvert
2023-07-27YJIT: getblockparamproxy for when block is a ProcAlan Wu
2023-07-27Revert "YJIT: Fix naming for a getblockparamproxy counter"Alan Wu
2023-07-27YJIT: Use dynamic dispatch for megamorphic send (#8125)Takashi Kokubun
2023-07-26YJIT: Count the number of dynamic send dispatches (#8122)Takashi Kokubun
2023-07-26YJIT: Fix naming for a getblockparamproxy counterAlan Wu
2023-07-26Implement `opt_aref_with` instruction (#8118)ywenc
2023-07-24YJIT: Fallback send instructions to vm_sendish (#8106)Takashi Kokubun
2023-07-20YJIT: Rename exec_instruction to yjit_insns_count (#8102)Takashi Kokubun
2023-07-20Get rid of obsoleted __bp__ referencesTakashi Kokubun
2023-07-20YJIT: Avoid undercounting retired_in_yjit (#8038)Takashi Kokubun
2023-07-17Remove __bp__ and speed-up bmethod calls (#8060)Alan Wu
2023-07-17YJIT: refactoring to allow for fancier call threshold logic (#8078)Maxime Chevalier-Boisvert
2023-07-13YJIT: Make ratio_in_yjit always available (#8064)Takashi Kokubun
2023-07-13Remove RARRAY_CONST_PTR_TRANSIENTPeter Zhu
2023-07-13[Feature #19730] Remove transient heapPeter Zhu
2023-07-13[DOC] Removed redundant `the`Hiroshi SHIBATA
2023-07-13Store object age in a bitmapMatt Valentine-House
2023-07-11YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert
2023-07-06YJIT: Use registers to pass stack temps to C calls (#7920)Takashi Kokubun
2023-07-06YJIT: add new stats counter for compiled ISEQ entry points (#8032)Maxime Chevalier-Boisvert
2023-07-05YJIT: Use --yjit-exec-mem-size=128 by default (#8031)Takashi Kokubun
2023-07-04YJIT: Avoid reloading InsnOut operands (#8021)Takashi Kokubun
2023-07-04YJIT: Break register cycles for C arguments (take 2) (#8018)Takashi Kokubun
2023-07-04YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu
2023-07-04Suppressing security alert of atty dependency by env_logger-0.9.0Hiroshi SHIBATA
2023-06-19Remove taint and untrusted flags (#7958)Nobuyoshi Nakada
2023-06-12Revert "YJIT: Break register cycles for C arguments (#7918)"Takashi Kokubun
2023-06-12YJIT: Break register cycles for C arguments (#7918)Takashi Kokubun
2023-06-08Remove RHASH_TRANSIENT_FLAGPeter Zhu
2023-06-06YJIT: Avoid identity-based known-class guards for IO objects (#7911)Alan Wu
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-06-05YJIT: Fix a warning on cargo test (#7909)Takashi Kokubun
2023-06-05Implement Struct on VWAPeter Zhu
2023-06-05Revert "Revert "Fix cvar caching when class is cloned""eileencodes
2023-06-02YJIT: Use #[cfg] instead of if cfg! (#7899)Takashi Kokubun
2023-06-01Revert "Fix cvar caching when class is cloned"Aaron Patterson
2023-06-01Fix cvar caching when class is clonedeileencodes
2023-05-30YJIT: Force showing a backtrace on panic (#7869)Takashi Kokubun
2023-05-24Add a newline at EOF [ci skip]Nobuyoshi Nakada
2023-05-19YJIT: Enable debug symbols in dev_nodebug (#7822)Takashi Kokubun
2023-05-01YJIT: Move exits in gen_send_iseq to functions and use ? (#7725)Jimmy Miller
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-24YJIT: Use general definedivar at the end of chains (#7756)Takashi Kokubun
2023-04-20YJIT: invokesuper: Remove cme mid matching checkJohn Hawthorn
2023-04-20YJIT: Merge lower_stack into the split pass (#7748)Takashi Kokubun
2023-04-20Fix inaccurate commentMaxime Chevalier-Boisvert
2023-04-20YJIT: Merge csel and mov on arm64 (#7747)Takashi Kokubun
2023-04-20YJIT: Avoid splitting mov for small values on arm64 (#7745)Takashi Kokubun