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
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
2021-10-28
Rename ::YJIT to RubyVM::YJIT
Alan Wu
2021-10-27
YJIT: move --yjit-stats at_exit call into Ruby
Alan Wu
2021-10-25
Strip out YJIT at build time when unsupported or disabled (#5003)
Alan Wu
2021-10-20
Fix counter names for getblockparamproxy. Print in --yjit-stats.
Maxime Chevalier-Boisvert
2021-10-20
Add counters for version invalidation reasons
Alan Wu
2021-10-20
Add a slowpath for opt_getinlinecache
Alan Wu
2021-10-20
Rearrange stats printout for consistency
Maxime Chevalier-Boisvert
2021-10-20
Add counters for tracking invalidations
Alan Wu
2021-10-20
Add missing percent sign in printout
Maxime Chevalier-Boisvert
2021-10-20
Fix avg_len_in_yjit
Alan Wu
2021-10-20
Prevent stats being enabled late at run-time
Maxime Chevalier-Boisvert
2021-10-20
Implement invokesuper using cfp->ep[ME] check
John Hawthorn
2021-10-20
Allow to toggle YJIT stats collection from runtime
Jean Boussier
2021-10-20
Add YJIT.enabled?
John Hawthorn
2021-10-20
Update yjit.rb
Maxime Chevalier-Boisvert
2021-10-20
Update yjit.rb
Maxime Chevalier-Boisvert
2021-10-20
Dup strings so we can mutate them
Aaron Patterson
2021-10-20
Implement expandarray
Kevin Deisz
2021-10-20
Percentages should be out of 100.0%, not 1.0%.
Noah Gibbs
2021-10-20
Convert YJIT stats reporting on exit from C to Ruby.
Noah Gibbs
[next]