aboutsummaryrefslogtreecommitdiffstats
path: root/yjit.rb
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Add RubyVM::YJIT.code_gc (#6644)Takashi Kokubun2022-10-311-2/+7
* YJIT: GC and recompile all code pages (#6406)Takashi Kokubun2022-10-251-1/+5
* YJIT: Avoid creating payloads for non-JITed ISEQs (#6549)Takashi Kokubun2022-10-141-0/+1
* Speed up --yjit-trace-exits code (#6106)Eileen M. Uchitelle2022-07-121-19/+26
* YJIT: add a counter for gc object refs in the machine code (#6089)Maxime Chevalier-Boisvert2022-07-061-0/+1
* YJIT: Handle 0 total_exits YJIT Status Display (#6079)Dave Schwantes2022-06-301-13/+17
* YJIT: Use binwrite to write exit locationsJohn Hawthorn2022-06-171-1/+1
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+100
* Rust YJITAlan Wu2022-04-271-131/+34
* Prefer RBOOLNobuyoshi Nakada2022-01-011-1/+1
* 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