index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yjit.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
YJIT: Show definedivar exit reasons (#7755)
Takashi Kokubun
2023-04-24
1
-0
/
+1
*
YJIT: Fix raw sample stack lengths in exit traces (#7728)
John Hawthorn
2023-04-18
1
-1
/
+1
*
YJIT: Add a counter to all side exits (#7720)
Takashi Kokubun
2023-04-14
1
-1
/
+1
*
YJIT: Fix edge and total counts in exit_locations (#7702)
John Hawthorn
2023-04-13
1
-5
/
+5
*
YJIT: Count the number of actually written bytes (#7658)
Takashi Kokubun
2023-04-05
1
-1
/
+1
*
YJIT: add stats for ratio of versions per block (#7653)
Maxime Chevalier-Boisvert
2023-04-04
1
-0
/
+4
*
YJIT: Stack temp register allocation (#7651)
Takashi Kokubun
2023-04-04
1
-0
/
+3
*
YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)
Maxime Chevalier-Boisvert
2023-03-28
1
-0
/
+5
*
YJIT: skip intermediate arrays in print_sorted_exit_counts (#7547)
Mau Magnaguagno
2023-03-17
1
-9
/
+10
*
YJIT: add stats to keep track of when branch direction is known (#7544)
Maxime Chevalier-Boisvert
2023-03-16
1
-0
/
+4
*
YJIT: reject large stacks so we can use i8/u8 stack_size and stack_offset (#7...
Maxime Chevalier-Boisvert
2023-03-01
1
-0
/
+2
*
YJIT: add defer_empty_count stat
Maxime Chevalier-Boisvert
2023-02-28
1
-0
/
+1
*
YJIT: Use rb_ivar_get at the end of ivar chains (#7334)
Takashi Kokubun
2023-02-17
1
-0
/
+1
*
YJIT: Show Context stats on exit (#7327)
Takashi Kokubun
2023-02-16
1
-3
/
+5
*
YJIT: Pad more spaces to accommodate delimiters (#7302)
Takashi Kokubun
2023-02-14
1
-33
/
+33
*
YJIT: add counters for polymorphic send and send with known class (#7288)
Maxime Chevalier-Boisvert
2023-02-10
1
-11
/
+18
*
YJIT: format numbers in stats printouts with comma separators (#7281)
Maxime Chevalier-Boisvert
2023-02-09
1
-31
/
+43
*
Add stats so we can keep track of x86 rel32 vs register calls (#7142)
Maxime Chevalier-Boisvert
2023-01-18
1
-0
/
+5
*
YJIT: Do not refer to an undefined constant (#7112)
Takashi Kokubun
2023-01-12
1
-6
/
+3
*
Document the public interface of YJIT [ci skip]
Takashi Kokubun
2022-12-22
1
-6
/
+7
*
YJIT: skip map in print_sorted_exit_counts (#6954)
Mau Magnaguagno
2022-12-19
1
-1
/
+1
*
Make it so YJIT is no longer marked as experimental (#6909)
Maxime Chevalier-Boisvert
2022-12-12
1
-1
/
+1
*
YJIT: Filter out 0-exit ops from Top-20 exit ops (#6892)
Takashi Kokubun
2022-12-09
1
-2
/
+2
*
YJIT: add new counters for deferred compilation and queued blocks (#6837)
Maxime Chevalier-Boisvert
2022-11-30
1
-0
/
+2
*
YJIT: Add object shape count to stats (#6754)
Takashi Kokubun
2022-11-17
1
-1
/
+5
*
YJIT: Add missing key for non-stats build
Takashi Kokubun
2022-11-17
1
-1
/
+2
*
YJIT: Fix typo in stats references (#6753)
Takashi Kokubun
2022-11-17
1
-2
/
+2
*
YJIT: Add compiled_branch_count stats (#6746)
Takashi Kokubun
2022-11-16
1
-1
/
+2
*
YJIT: Include actual memory region size in stats (#6736)
Takashi Kokubun
2022-11-15
1
-0
/
+1
*
YJIT: Instrument global allocations on stats build (#6712)
Takashi Kokubun
2022-11-13
1
-0
/
+1
*
Remove inconsistency
Takashi Kokubun
2022-11-10
1
-2
/
+2
*
Enable --yjit-stats for release builds (#6694)
Jimmy Miller
2022-11-10
1
-7
/
+13
*
Fix exit locations dump (#6703)
Eileen M. Uchitelle
2022-11-09
1
-3
/
+27
*
YJIT: Make more stats accessible from Ruby code (#6685)
Takashi Kokubun
2022-11-08
1
-20
/
+29
*
YJIT: Show side_exit count in stats as well (#6666)
Takashi Kokubun
2022-11-03
1
-0
/
+1
*
YJIT: Support invokeblock (#6640)
Takashi Kokubun
2022-11-02
1
-0
/
+1
*
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-31
1
-2
/
+7
*
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-25
1
-1
/
+5
*
YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)
Takashi Kokubun
2022-10-14
1
-0
/
+1
*
Speed up --yjit-trace-exits code (#6106)
Eileen M. Uchitelle
2022-07-12
1
-19
/
+26
*
YJIT: add a counter for gc object refs in the machine code (#6089)
Maxime Chevalier-Boisvert
2022-07-06
1
-0
/
+1
*
YJIT: Handle 0 total_exits YJIT Status Display (#6079)
Dave Schwantes
2022-06-30
1
-13
/
+17
*
YJIT: Use binwrite to write exit locations
John Hawthorn
2022-06-17
1
-1
/
+1
*
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-06-09
1
-0
/
+100
*
Rust YJIT
Alan Wu
2022-04-27
1
-131
/
+34
*
Prefer RBOOL
Nobuyoshi Nakada
2022-01-01
1
-1
/
+1
*
YJIT: Edit module documentation for clarity
Alan Wu
2021-12-11
1
-5
/
+8
*
YJIT: Fail gracefully while OOM for new entry points
Alan Wu
2021-12-01
1
-0
/
+4
*
YJIT: Make block invalidation more robust
Alan Wu
2021-11-22
1
-0
/
+4
*
Rename ::YJIT to RubyVM::YJIT
Alan Wu
2021-10-28
1
-4
/
+4
[next]