summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
AgeCommit message (Expand)Author
2023-08-09YJIT: Count throw instructions for each tag (#8188)Takashi Kokubun
2023-08-09YJIT: Count all opt_getconstant_path exit reasons (#8187)Takashi Kokubun
2023-08-09YJIT: Correct name of a counter (#8186)Alan Wu
2023-08-03YJIT: handle expandarray_rhs_too_small case (#8161)Maxime Chevalier-Boisvert
2023-08-02YJIT: Distinguish exit and fallback reasons for send (#8159)Takashi Kokubun
2023-08-01YJIT: Fallback setivar if the next shape is too complex (#8152)Takashi Kokubun
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-20YJIT: Rename exec_instruction to yjit_insns_count (#8102)Takashi Kokubun
2023-07-13YJIT: Make ratio_in_yjit always available (#8064)Takashi Kokubun
2023-07-11YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert
2023-07-06YJIT: add new stats counter for compiled ISEQ entry points (#8032)Maxime Chevalier-Boisvert
2023-07-04YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu
2023-06-05YJIT: Fix a warning on cargo test (#7909)Takashi Kokubun
2023-06-02YJIT: Use #[cfg] instead of if cfg! (#7899)Takashi Kokubun
2023-04-25Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans
2023-04-18YJIT: Fix raw sample stack lengths in exit traces (#7728)John Hawthorn
2023-04-14YJIT: Add a counter to all side exits (#7720)Takashi Kokubun
2023-04-14YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun
2023-04-13YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller
2023-04-13YJIT: Use an enum to represent counters (#7701)Takashi Kokubun
2023-04-13YJIT: Add a sampling option to exit tracing (#7693)Adam Hess
2023-04-05YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun
2023-04-04YJIT: add stats for ratio of versions per block (#7653)Maxime Chevalier-Boisvert
2023-04-04Remove an unused counterTakashi Kokubun
2023-04-04YJIT: Stack temp register allocation (#7651)Takashi Kokubun
2023-03-30YJIT: Test more kw and rest cases and change exit nameJimmy Miller
2023-03-29YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller
2023-03-24YJIT: Rest and block_arg support (#7584)Jimmy Miller
2023-03-21Revert "YJIT: Rest and block_arg support (#7557)"Peter Zhu
2023-03-17YJIT: Rest and block_arg support (#7557)Jimmy Miller
2023-03-17YJIT: Support entry for multiple PCs per ISEQ (GH-7535)Takashi Kokubun
2023-03-17YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`Alan Wu
2023-03-16YJIT: add stats to keep track of when branch direction is known (#7544)Maxime Chevalier-Boisvert
2023-03-07YJIT: Handle splat+rest for args pass greater than required (#7468)Jimmy Miller
2023-03-07YJIT: Handle special case of splat and rest lining up (#7422)Jimmy Miller
2023-03-01YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7...Maxime Chevalier-Boisvert
2023-02-28YJIT: Use a boxed slice for gc_obj_offsets (#7397)Takashi Kokubun
2023-02-28YJIT: add defer_empty_count statMaxime Chevalier-Boisvert
2023-02-27YJIT: Reject __send__ with splat to cfunc for nowAlan Wu
2023-02-17YJIT: Use rb_ivar_get at the end of ivar chains (#7334)Takashi Kokubun
2023-02-16YJIT: Show Context stats on exit (#7327)Takashi Kokubun
2023-02-16YJIT: Initial support for rest args (#7311)Jimmy Miller
2023-02-15YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller