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_iface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
YJIT code pages refactoring for code GC (#5073)
Maxime Chevalier-Boisvert
2021-11-04
1
-4
/
+4
*
Fix non RUBY_DEBUG build warnings
Alan Wu
2021-10-20
1
-0
/
+2
*
Put YJIT into a single compilation unit
Alan Wu
2021-10-20
1
-117
/
+6
*
Remove unused function
Alan Wu
2021-10-20
1
-1
/
+0
*
Fix counter names for getblockparamproxy. Print in --yjit-stats.
Maxime Chevalier-Boisvert
2021-10-20
1
-2
/
+2
*
Add counted side exit to getblockparamproxy
eileencodes
2021-10-20
1
-0
/
+3
*
style: align pointer "*" to the right
Alan Wu
2021-10-20
1
-2
/
+2
*
Add counters for version invalidation reasons
Alan Wu
2021-10-20
1
-0
/
+7
*
Break up callsite_not_simple into multiple cases.
Noah Gibbs
2021-10-20
1
-1
/
+3
*
Add a slowpath for opt_getinlinecache
Alan Wu
2021-10-20
1
-0
/
+2
*
Try to break the code page refactoring into smaller steps
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+5
*
Add counters for tracking invalidations
Alan Wu
2021-10-20
1
-0
/
+3
*
Compile out declaration for runtime stats on non stats builds
Alan Wu
2021-10-20
1
-1
/
+2
*
Fix warnings about redefining YJIT_STATS
Alan Wu
2021-10-20
1
-9
/
+5
*
Implement invokesuper using cfp->ep[ME] check
John Hawthorn
2021-10-20
1
-0
/
+3
*
TracePoint support
Alan Wu
2021-10-20
1
-0
/
+4
*
Make sure that there is always an index table entry for getivars
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+0
*
Allow to compile with --yjit-stats support but not the full RUBY_DEBUG
Jean Boussier
2021-10-20
1
-10
/
+18
*
Use cmov to handle Qundef case in getivar instead of side-exit
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+0
*
Remove the scraper
Aaron Patterson
2021-10-20
1
-3
/
+0
*
Add a guard that we start executing on the first PC
Aaron Patterson
2021-10-20
1
-0
/
+1
*
Always use `ret` to return to the interpreter
Aaron Patterson
2021-10-20
1
-1
/
+0
*
Code review for expandarray and tests
Kevin Newton
2021-10-20
1
-1
/
+1
*
Implement expandarray
Kevin Deisz
2021-10-20
1
-0
/
+5
*
Remove seven YJIT counters that are no longer used.
Noah Gibbs
2021-10-20
1
-7
/
+0
*
Convert yjit static stat variables to counters
Noah Gibbs
2021-10-20
1
-1
/
+3
*
Add a macro for tweaking default call threshold
Alan Wu
2021-10-20
1
-1
/
+5
*
Use builtin_inline_p to avoid pushing a frame for primitive C methods (#63)
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+0
*
Implement send with blocks
Alan Wu
2021-10-20
1
-26
/
+26
*
Implement calls to methods with simple optional params
Alan Wu
2021-10-20
1
-2
/
+3
*
Improve set instance variable
Aaron Patterson
2021-10-20
1
-0
/
+7
*
Merge pull request #114 from Shopify/yjit-dup-comments
Maxime Chevalier-Boisvert
2021-10-20
1
-1
/
+1
*
YJIT: implement calls to ivar getter methods
Alan Wu
2021-10-20
1
-1
/
+3
*
YJIT: Fancier opt_getinlinecache
Alan Wu
2021-10-20
1
-4
/
+4
*
YJIT: add comments to disassembly
Alan Wu
2021-10-20
1
-0
/
+9
*
Collect statistics about binding allocations / local variable set
Aaron Patterson
2021-10-20
1
-0
/
+3
*
Fix GCC warnings
Alan Wu
2021-10-20
1
-0
/
+5
*
Track interpreter return as an exit reason for leave instr
Maxime Chevalier-Boisvert
2021-10-20
1
-0
/
+1
*
Introduce yjit_guard_known_klass()
Alan Wu
2021-10-20
1
-1
/
+1
*
Get rid of dependency on rb_call_cache
Alan Wu
2021-10-20
1
-1
/
+1
*
YJIT: hash specialization for opt_aref
Alan Wu
2021-10-20
1
-2
/
+0
*
Exit reason breakdown for opt_aref
Alan Wu
2021-10-20
1
-0
/
+5
*
YJIT: lazy polymorphic getinstancevariable
Alan Wu
2021-10-20
1
-0
/
+4
*
Include ruby/ruby.h before vm_core.h
Alan Wu
2021-10-20
1
-12
/
+1
*
Make Blocks depend on BOPS
Aaron Patterson
2021-10-20
1
-0
/
+1
*
Yet Another Ruby JIT!
Jose Narvaez
2021-10-20
1
-0
/
+91