summaryrefslogtreecommitdiff
path: root/yjit/src/stats.rs
AgeCommit message (Expand)Author
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
2023-02-14YJIT: Don't side-exit on too-complex shapes (#7298)Takashi Kokubun
2023-02-10YJIT: add counters for polymorphic send and send with known class (#7288)Maxime Chevalier-Boisvert
2023-02-09YJIT: Add counter for megamorphic send (#7274)Takashi Kokubun
2023-02-09YJIT: Add counters for ivar exits (#7266)Takashi Kokubun
2023-02-06YJIT: Support arg0 splat on invokeblock (#7234)Takashi Kokubun
2023-02-03YJIT: Support ifunc on invokeblock (#7233)Takashi Kokubun
2023-02-02Fix typos in YJIT [ci skip]Alan Wu
2023-01-31YJIT: Handle splat with opt more fully (#7209)Jimmy Miller
2023-01-30YJIT: Add splat optimized_send (#7167)Jimmy Miller
2023-01-19Implement splat for cfuncs. Split exit exit cases to better capture where we ...Jimmy Miller
2023-01-18Add stats so we can keep track of x86 rel32 vs register calls (#7142)Maxime Chevalier-Boisvert
2023-01-05Use a different name for megamorphic setivar exitsAaron Patterson
2022-12-09YJIT: Split send_iseq_complex_callee exit reasons (#6895)Takashi Kokubun
2022-11-30YJIT: add new counters for deferred compilation and queued blocks (#6837)Maxime Chevalier-Boisvert
2022-11-16YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun
2022-11-15YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun
2022-11-13YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun
2022-11-10Enable --yjit-stats for release builds (#6694)Jimmy Miller