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: 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
*
YJIT: move --yjit-stats at_exit call into Ruby
Alan Wu
2021-10-27
1
-1
/
+6
*
Strip out YJIT at build time when unsupported or disabled (#5003)
Alan Wu
2021-10-25
1
-0
/
+7
*
Fix counter names for getblockparamproxy. Print in --yjit-stats.
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+1
*
Add counters for version invalidation reasons
Alan Wu
2021-10-20
1
-0
/
+1
*
Add a slowpath for opt_getinlinecache
Alan Wu
2021-10-20
1
-0
/
+1
*
Rearrange stats printout for consistency
Maxime Chevalier-Boisvert
2021-10-20
1
-2
/
+2
*
Add counters for tracking invalidations
Alan Wu
2021-10-20
1
-0
/
+3
*
Add missing percent sign in printout
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Fix avg_len_in_yjit
Alan Wu
2021-10-20
1
-3
/
+5
*
Prevent stats being enabled late at run-time
Maxime Chevalier-Boisvert
2021-10-20
1
-4
/
+0
*
Implement invokesuper using cfp->ep[ME] check
John Hawthorn
2021-10-20
1
-0
/
+1
*
Allow to toggle YJIT stats collection from runtime
Jean Boussier
2021-10-20
1
-0
/
+8
*
Add YJIT.enabled?
John Hawthorn
2021-10-20
1
-0
/
+4
*
Update yjit.rb
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Update yjit.rb
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
Dup strings so we can mutate them
Aaron Patterson
2021-10-20
1
-2
/
+2
*
Implement expandarray
Kevin Deisz
2021-10-20
1
-0
/
+1
*
Percentages should be out of 100.0%, not 1.0%.
Noah Gibbs
2021-10-20
1
-1
/
+1
*
Convert YJIT stats reporting on exit from C to Ruby.
Noah Gibbs
2021-10-20
1
-10
/
+70
*
Add exit counters and inline/outlined code size to stats hash
Noah Gibbs
2021-10-20
1
-2
/
+2
*
Make jumps dashed and falls solid
Aaron Patterson
2021-10-20
1
-2
/
+3
*
Clean graph formatting
Aaron Patterson
2021-10-20
1
-10
/
+36
*
Add graphviz output
Aaron Patterson
2021-10-20
1
-0
/
+37
[next]