summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos in YJIT [ci skip]Alan Wu2023-02-021-3/+3
* YJIT: Handle splat with opt more fully (#7209)Jimmy Miller2023-01-311-0/+1
* YJIT: Add splat optimized_send (#7167)Jimmy Miller2023-01-301-1/+1
* Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller2023-01-191-1/+11
* Add stats so we can keep track of x86 rel32 vs register calls (#7142)Maxime Chevalier-Boisvert2023-01-181-0/+3
* Use a different name for megamorphic setivar exitsAaron Patterson2023-01-051-0/+1
* YJIT: Split send_iseq_complex_callee exit reasons (#6895)Takashi Kokubun2022-12-091-1/+10
* YJIT: add new counters for deferred compilation and queued blocks (#6837)Maxime Chevalier-Boisvert2022-11-301-0/+2
* YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun2022-11-161-0/+1
* YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun2022-11-151-0/+3
* YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun2022-11-131-0/+16
* Enable --yjit-stats for release builds (#6694)Jimmy Miller2022-11-101-4/+11
* Implement optimize call (#6691)Jimmy Miller2022-11-081-0/+3
* YJIT: Make Code GC metrics available for non-stats builds (#6665)Takashi Kokubun2022-11-031-1/+3
* YJIT: Support invokeblock (#6640)Takashi Kokubun2022-11-021-0/+8