aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.rb
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Edit module documentation for clarityAlan Wu2021-12-111-5/+8
* YJIT: Fail gracefully while OOM for new entry pointsAlan Wu2021-12-011-0/+4
* YJIT: Make block invalidation more robustAlan Wu2021-11-221-0/+4
* Rename ::YJIT to RubyVM::YJITAlan Wu2021-10-281-4/+4
* YJIT: move --yjit-stats at_exit call into RubyAlan Wu2021-10-271-1/+6
* Strip out YJIT at build time when unsupported or disabled (#5003)Alan Wu2021-10-251-0/+7
* Fix counter names for getblockparamproxy. Print in --yjit-stats.Maxime Chevalier-Boisvert2021-10-201-0/+1
* Add counters for version invalidation reasonsAlan Wu2021-10-201-0/+1
* Add a slowpath for opt_getinlinecacheAlan Wu2021-10-201-0/+1
* Rearrange stats printout for consistencyMaxime Chevalier-Boisvert2021-10-201-2/+2
* Add counters for tracking invalidationsAlan Wu2021-10-201-0/+3
* Add missing percent sign in printoutMaxime Chevalier-Boisvert2021-10-201-1/+1
* Fix avg_len_in_yjitAlan Wu2021-10-201-3/+5
* Prevent stats being enabled late at run-timeMaxime Chevalier-Boisvert2021-10-201-4/+0
* Implement invokesuper using cfp->ep[ME] checkJohn Hawthorn2021-10-201-0/+1
* Allow to toggle YJIT stats collection from runtimeJean Boussier2021-10-201-0/+8
* Add YJIT.enabled?John Hawthorn2021-10-201-0/+4
* Update yjit.rbMaxime Chevalier-Boisvert2021-10-201-1/+1
* Update yjit.rbMaxime Chevalier-Boisvert2021-10-201-1/+1
* Dup strings so we can mutate themAaron Patterson2021-10-201-2/+2
* Implement expandarrayKevin Deisz2021-10-201-0/+1
* Percentages should be out of 100.0%, not 1.0%.Noah Gibbs2021-10-201-1/+1
* Convert YJIT stats reporting on exit from C to Ruby.Noah Gibbs2021-10-201-10/+70
* Add exit counters and inline/outlined code size to stats hashNoah Gibbs2021-10-201-2/+2
* Make jumps dashed and falls solidAaron Patterson2021-10-201-2/+3
* Clean graph formattingAaron Patterson2021-10-201-10/+36
* Add graphviz outputAaron Patterson2021-10-201-0/+37
* Allow yjit.rb to work with frozen stringsJohn Hawthorn2021-10-201-1/+1
* Implement send with blocksAlan Wu2021-10-201-1/+1
* Add setivar exit reasons to --yjit-statsMaxime Chevalier-Boisvert2021-10-201-4/+3
* Fix two stats bugs, refactor stats code, add total_insn_count printMaxime Chevalier-Boisvert2021-10-201-3/+3
* YJIT: add comments to disassemblyAlan Wu2021-10-201-28/+49
* Fix caseAaron Patterson2021-10-201-1/+1
* Collect statistics about binding allocations / local variable setAaron Patterson2021-10-201-0/+3
* YJIT: hash specialization for opt_arefAlan Wu2021-10-201-1/+1
* Exit reason breakdown for opt_arefAlan Wu2021-10-201-0/+1
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-4/+5
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-0/+89