index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit.rb
Age
Commit message (
Expand
)
Author
2023-05-10
For YJIT stats, set avg_len_in_yjit to 0 if denominator would be 0 (#7793)
Noah Gibbs
2023-04-24
YJIT: Show definedivar exit reasons (#7755)
Takashi Kokubun
2023-04-18
YJIT: Fix raw sample stack lengths in exit traces (#7728)
John Hawthorn
2023-04-14
YJIT: Add a counter to all side exits (#7720)
Takashi Kokubun
2023-04-13
YJIT: Fix edge and total counts in exit_locations (#7702)
John Hawthorn
2023-04-05
YJIT: Count the number of actually written bytes (#7658)
Takashi Kokubun
2023-04-04
YJIT: add stats for ratio of versions per block (#7653)
Maxime Chevalier-Boisvert
2023-04-04
YJIT: Stack temp register allocation (#7651)
Takashi Kokubun
2023-03-28
YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)
Maxime Chevalier-Boisvert
2023-03-17
YJIT: skip intermediate arrays in print_sorted_exit_counts (#7547)
Mau Magnaguagno
2023-03-16
YJIT: add stats to keep track of when branch direction is known (#7544)
Maxime Chevalier-Boisvert
2023-03-01
YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7...
Maxime Chevalier-Boisvert
2023-02-28
YJIT: add defer_empty_count stat
Maxime Chevalier-Boisvert
2023-02-17
YJIT: Use rb_ivar_get at the end of ivar chains (#7334)
Takashi Kokubun
2023-02-16
YJIT: Show Context stats on exit (#7327)
Takashi Kokubun
2023-02-14
YJIT: Pad more spaces to accommodate delimiters (#7302)
Takashi Kokubun
2023-02-10
YJIT: add counters for polymorphic send and send with known class (#7288)
Maxime Chevalier-Boisvert
2023-02-09
YJIT: format numbers in stats printouts with comma separators (#7281)
Maxime Chevalier-Boisvert
2023-01-18
Add stats so we can keep track of x86 rel32 vs register calls (#7142)
Maxime Chevalier-Boisvert
2023-01-12
YJIT: Do not refer to an undefined constant (#7112)
Takashi Kokubun
2022-12-22
Document the public interface of YJIT [ci skip]
Takashi Kokubun
2022-12-19
YJIT: skip map in print_sorted_exit_counts (#6954)
Mau Magnaguagno
2022-12-12
Make it so YJIT is no longer marked as experimental (#6909)
Maxime Chevalier-Boisvert
2022-12-09
YJIT: Filter out 0-exit ops from Top-20 exit ops (#6892)
Takashi Kokubun
2022-11-30
YJIT: add new counters for deferred compilation and queued blocks (#6837)
Maxime Chevalier-Boisvert
2022-11-17
YJIT: Add object shape count to stats (#6754)
Takashi Kokubun
2022-11-17
YJIT: Add missing key for non-stats build
Takashi Kokubun
2022-11-17
YJIT: Fix typo in stats references (#6753)
Takashi Kokubun
2022-11-16
YJIT: Add compiled_branch_count stats (#6746)
Takashi Kokubun
2022-11-15
YJIT: Include actual memory region size in stats (#6736)
Takashi Kokubun
2022-11-13
YJIT: Instrument global allocations on stats build (#6712)
Takashi Kokubun
2022-11-10
Remove inconsistency
Takashi Kokubun
2022-11-10
Enable --yjit-stats for release builds (#6694)
Jimmy Miller
2022-11-09
Fix exit locations dump (#6703)
Eileen M. Uchitelle
2022-11-08
YJIT: Make more stats accessible from Ruby code (#6685)
Takashi Kokubun
2022-11-03
YJIT: Show side_exit count in stats as well (#6666)
Takashi Kokubun
2022-11-02
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-10-31
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-14
YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)
Takashi Kokubun
2022-07-12
Speed up --yjit-trace-exits code (#6106)
Eileen M. Uchitelle
2022-07-06
YJIT: add a counter for gc object refs in the machine code (#6089)
Maxime Chevalier-Boisvert
2022-06-30
YJIT: Handle 0 total_exits YJIT Status Display (#6079)
Dave Schwantes
2022-06-17
YJIT: Use binwrite to write exit locations
John Hawthorn
2022-06-09
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-04-27
Rust YJIT
Alan Wu
2022-01-01
Prefer RBOOL
Nobuyoshi Nakada
2021-12-11
YJIT: Edit module documentation for clarity
Alan Wu
2021-12-01
YJIT: Fail gracefully while OOM for new entry points
Alan Wu
2021-11-22
YJIT: Make block invalidation more robust
Alan Wu
[next]