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: 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
*
Allow yjit.rb to work with frozen strings
John Hawthorn
2021-10-20
1
-1
/
+1
*
Implement send with blocks
Alan Wu
2021-10-20
1
-1
/
+1
*
Add setivar exit reasons to --yjit-stats
Maxime Chevalier-Boisvert
2021-10-20
1
-4
/
+3
*
Fix two stats bugs, refactor stats code, add total_insn_count print
Maxime Chevalier-Boisvert
2021-10-20
1
-3
/
+3
*
YJIT: add comments to disassembly
Alan Wu
2021-10-20
1
-28
/
+49
*
Fix case
Aaron Patterson
2021-10-20
1
-1
/
+1
*
Collect statistics about binding allocations / local variable set
Aaron Patterson
2021-10-20
1
-0
/
+3
*
YJIT: hash specialization for opt_aref
Alan Wu
2021-10-20
1
-1
/
+1
*
Exit reason breakdown for opt_aref
Alan Wu
2021-10-20
1
-0
/
+1
*
YJIT: lazy polymorphic getinstancevariable
Alan Wu
2021-10-20
1
-4
/
+5
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-0
/
+89