summaryrefslogtreecommitdiff
path: root/yjit.rb
Commit message (Expand)AuthorAgeFilesLines
* For YJIT stats, set avg_len_in_yjit to 0 if denominator would be 0 (#7793)Noah Gibbs2023-05-101-1/+1
* YJIT: Show definedivar exit reasons (#7755)Takashi Kokubun2023-04-241-0/+1
* YJIT: Fix raw sample stack lengths in exit traces (#7728)John Hawthorn2023-04-181-1/+1
* YJIT: Add a counter to all side exits (#7720)Takashi Kokubun2023-04-141-1/+1
* YJIT: Fix edge and total counts in exit_locations (#7702)John Hawthorn2023-04-131-5/+5
* YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun2023-04-051-1/+1
* YJIT: add stats for ratio of versions per block (#7653)Maxime Chevalier-Boisvert2023-04-041-0/+4
* YJIT: Stack temp register allocation (#7651)Takashi Kokubun2023-04-041-0/+3
* YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)Maxime Chevalier-Boisvert2023-03-281-0/+5
* YJIT: skip intermediate arrays in print_sorted_exit_counts (#7547)Mau Magnaguagno2023-03-171-9/+10
* YJIT: add stats to keep track of when branch direction is known (#7544)Maxime Chevalier-Boisvert2023-03-161-0/+4
* YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7...Maxime Chevalier-Boisvert2023-03-011-0/+2
* YJIT: add defer_empty_count statMaxime Chevalier-Boisvert2023-02-281-0/+1
* YJIT: Use rb_ivar_get at the end of ivar chains (#7334)Takashi Kokubun2023-02-171-0/+1
* YJIT: Show Context stats on exit (#7327)Takashi Kokubun2023-02-161-3/+5
* YJIT: Pad more spaces to accommodate delimiters (#7302)Takashi Kokubun2023-02-141-33/+33
* YJIT: add counters for polymorphic send and send with known class (#7288)Maxime Chevalier-Boisvert2023-02-101-11/+18
* YJIT: format numbers in stats printouts with comma separators (#7281)Maxime Chevalier-Boisvert2023-02-091-31/+43
* Add stats so we can keep track of x86 rel32 vs register calls (#7142)Maxime Chevalier-Boisvert2023-01-181-0/+5
* YJIT: Do not refer to an undefined constant (#7112)Takashi Kokubun2023-01-121-6/+3
* Document the public interface of YJIT [ci skip]Takashi Kokubun2022-12-221-6/+7
* YJIT: skip map in print_sorted_exit_counts (#6954)Mau Magnaguagno2022-12-191-1/+1
* Make it so YJIT is no longer marked as experimental (#6909)Maxime Chevalier-Boisvert2022-12-121-1/+1
* YJIT: Filter out 0-exit ops from Top-20 exit ops (#6892)Takashi Kokubun2022-12-091-2/+2
* YJIT: add new counters for deferred compilation and queued blocks (#6837)Maxime Chevalier-Boisvert2022-11-301-0/+2
* YJIT: Add object shape count to stats (#6754)Takashi Kokubun2022-11-171-1/+5
* YJIT: Add missing key for non-stats buildTakashi Kokubun2022-11-171-1/+2
* YJIT: Fix typo in stats references (#6753)Takashi Kokubun2022-11-171-2/+2
* YJIT: Add compiled_branch_count stats (#6746)Takashi Kokubun2022-11-161-1/+2
* YJIT: Include actual memory region size in stats (#6736)Takashi Kokubun2022-11-151-0/+1
* YJIT: Instrument global allocations on stats build (#6712)Takashi Kokubun2022-11-131-0/+1
* Remove inconsistencyTakashi Kokubun2022-11-101-2/+2
* Enable --yjit-stats for release builds (#6694)Jimmy Miller2022-11-101-7/+13
* Fix exit locations dump (#6703)Eileen M. Uchitelle2022-11-091-3/+27
* YJIT: Make more stats accessible from Ruby code (#6685)Takashi Kokubun2022-11-081-20/+29
* YJIT: Show side_exit count in stats as well (#6666)Takashi Kokubun2022-11-031-0/+1
* YJIT: Support invokeblock (#6640)Takashi Kokubun2022-11-021-0/+1
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-2/+7
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-1/+5
* YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun2022-10-141-0/+1
* Speed up --yjit-trace-exits code (#6106)Eileen M. Uchitelle2022-07-121-19/+26
* YJIT: add a counter for gc object refs in the machine code (#6089)Maxime Chevalier-Boisvert2022-07-061-0/+1
* YJIT: Handle 0 total_exits YJIT Status Display (#6079)Dave Schwantes2022-06-301-13/+17
* YJIT: Use binwrite to write exit locationsJohn Hawthorn2022-06-171-1/+1
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+100
* Rust YJITAlan Wu2022-04-271-131/+34
* Prefer RBOOLNobuyoshi Nakada2022-01-011-1/+1
* YJIT: Edit module documentation for clarityAlan Wu2021-12-111-5/+8
* YJIT: Fail gracefully while OOM for new entry pointsAlan Wu2021-12-011-0/+4
* YJIT: Make block invalidation more robustAlan Wu2021-11-221-0/+4