aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/src/stats.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Count setivar too-complex exits (#8131)Takashi Kokubun2023-07-271-0/+1
* YJIT: implement missing `asm.jg` instruction in backend (#8130)Maxime Chevalier-Boisvert2023-07-271-0/+3
* YJIT: getblockparamproxy for when block is a ProcAlan Wu2023-07-271-1/+5
* Revert "YJIT: Fix naming for a getblockparamproxy counter"Alan Wu2023-07-271-1/+1
* YJIT: Use dynamic dispatch for megamorphic send (#8125)Takashi Kokubun2023-07-271-3/+4
* YJIT: Count the number of dynamic send dispatches (#8122)Takashi Kokubun2023-07-261-0/+1
* YJIT: Fix naming for a getblockparamproxy counterAlan Wu2023-07-261-1/+1
* Implement `opt_aref_with` instruction (#8118)ywenc2023-07-261-0/+2
* YJIT: Rename exec_instruction to yjit_insns_count (#8102)Takashi Kokubun2023-07-201-1/+1
* YJIT: Make ratio_in_yjit always available (#8064)Takashi Kokubun2023-07-131-15/+3
* YJIT: add counter for untracked gbpp exit reason (#8052)Maxime Chevalier-Boisvert2023-07-111-0/+1
* YJIT: add new stats counter for compiled ISEQ entry points (#8032)Maxime Chevalier-Boisvert2023-07-061-0/+1
* YJIT: Fix autosplat miscomp for blocks with optionals (#8006)Alan Wu2023-07-041-0/+1
* YJIT: Fix a warning on cargo test (#7909)Takashi Kokubun2023-06-051-2/+2
* YJIT: Use #[cfg] instead of if cfg! (#7899)Takashi Kokubun2023-06-021-1/+2
* Generalize cfunc large array splat fix to fix many additional cases raising S...Jeremy Evans2023-04-251-0/+1
* YJIT: Fix raw sample stack lengths in exit traces (#7728)John Hawthorn2023-04-181-4/+2
* YJIT: Add a counter to all side exits (#7720)Takashi Kokubun2023-04-141-5/+38
* YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun2023-04-141-1/+1
* YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller2023-04-131-1/+1
* YJIT: Use an enum to represent counters (#7701)Takashi Kokubun2023-04-131-1/+15
* YJIT: Add a sampling option to exit tracing (#7693)Adam Hess2023-04-131-2/+19
* YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun2023-04-051-0/+2
* YJIT: add stats for ratio of versions per block (#7653)Maxime Chevalier-Boisvert2023-04-041-0/+1
* Remove an unused counterTakashi Kokubun2023-04-041-1/+0
* YJIT: Stack temp register allocation (#7651)Takashi Kokubun2023-04-041-0/+5
* YJIT: Test more kw and rest cases and change exit nameJimmy Miller2023-03-301-1/+1
* YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller2023-03-291-1/+1
* YJIT: Rest and block_arg support (#7584)Jimmy Miller2023-03-241-2/+1
* Revert "YJIT: Rest and block_arg support (#7557)"Peter Zhu2023-03-211-1/+2
* YJIT: Rest and block_arg support (#7557)Jimmy Miller2023-03-171-2/+1
* YJIT: Support entry for multiple PCs per ISEQ (GH-7535)Takashi Kokubun2023-03-171-1/+0
* YJIT: Use raw pointers and shared references over `Rc<RefCell<_>>`Alan Wu2023-03-171-2/+2
* YJIT: add stats to keep track of when branch direction is known (#7544)Maxime Chevalier-Boisvert2023-03-161-0/+3
* YJIT: Handle splat+rest for args pass greater than required (#7468)Jimmy Miller2023-03-071-1/+1
* YJIT: Handle special case of splat and rest lining up (#7422)Jimmy Miller2023-03-071-1/+1
* YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7...Maxime Chevalier-Boisvert2023-03-011-0/+3
* YJIT: Use a boxed slice for gc_obj_offsets (#7397)Takashi Kokubun2023-02-281-0/+13
* YJIT: add defer_empty_count statMaxime Chevalier-Boisvert2023-02-281-0/+1
* YJIT: Reject __send__ with splat to cfunc for nowAlan Wu2023-02-271-0/+1
* YJIT: Use rb_ivar_get at the end of ivar chains (#7334)Takashi Kokubun2023-02-171-0/+3
* YJIT: Show Context stats on exit (#7327)Takashi Kokubun2023-02-161-3/+27
* YJIT: Initial support for rest args (#7311)Jimmy Miller2023-02-161-1/+6
* YJIT: `Kernel#{is_a?,instance_of?}` fast paths (GH-7297)Jimmy Miller2023-02-151-0/+2
* YJIT: Don't side-exit on too-complex shapes (#7298)Takashi Kokubun2023-02-141-2/+0
* YJIT: add counters for polymorphic send and send with known class (#7288)Maxime Chevalier-Boisvert2023-02-101-2/+5
* YJIT: Add counter for megamorphic send (#7274)Takashi Kokubun2023-02-091-0/+1
* YJIT: Add counters for ivar exits (#7266)Takashi Kokubun2023-02-091-0/+2
* YJIT: Support arg0 splat on invokeblock (#7234)Takashi Kokubun2023-02-061-1/+4
* YJIT: Support ifunc on invokeblock (#7233)Takashi Kokubun2023-02-031-2/+3