aboutsummaryrefslogtreecommitdiffstats
path: root/tool/ruby_vm
Commit message (Expand)AuthorAgeFilesLines
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-2/+2
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-2/+2
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-2/+2
* Add ISEQ_BODY macroPeter Zhu2022-03-241-3/+3
* Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff2022-02-021-0/+1
* Make `leaf` const in VM generatorAlan Wu2021-12-051-1/+1
* vm_core.h: Avoid unaligned access to ic_serial on 32-bit machineYusuke Endoh2021-10-291-2/+2
* Cleanup diff against upstream. Add commentsAlan Wu2021-10-201-1/+0
* Remove the scraperAaron Patterson2021-10-205-331/+1
* Remove some MicroJIT vestigesAaron Patterson2021-10-205-8/+8
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-1/+0
* Remove trailing whitespacesMaxime Chevalier-Boisvert2021-10-201-1/+1
* Yet Another Ruby JIT!Jose Narvaez2021-10-204-9/+9
* Restore interpreter regs in ujit hook. Implement leave bytecode.Maxime Chevalier-Boisvert2021-10-203-19/+12
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-0/+0
* Fix typoAlan Wu2021-10-201-1/+1
* Include disassembly in MicroJIT scraper outputAlan Wu2021-10-202-13/+25
* Add to the MicroJIT scraper an example that passes ecAlan Wu2021-10-204-15/+39
* Fix compilation for OPT_THREADED_CODE=2Alan Wu2021-10-201-3/+6
* Zero sized array are not standard CAlan Wu2021-10-201-1/+1
* Compile with MicroJIT disabled when scrape failsAlan Wu2021-10-202-12/+14
* endbr64 is fineAlan Wu2021-10-201-1/+1
* Preliminary GNU/Linux support for code scraperAlan Wu2021-10-201-5/+77
* Refactor ujit_examples.h generator. Remove dwarfdump dependencyAlan Wu2021-10-205-62/+215
* Remove PC argument from ujit instructionsMaxime Chevalier-Boisvert2021-10-201-1/+1
* Yeah, this actually works!Alan Wu2021-10-201-1/+1
* Add example handler for ujit and scrape it from vm.oAlan Wu2021-10-202-1/+74
* Expose instruction information for debuggers [Feature #18026]Nobuyoshi Nakada2021-10-043-31/+51
* Allow tracing of optimized methodsJeremy Evans2021-08-211-1/+6
* Decompose the captured_cc code for investigationTakashi Kokubun2021-05-311-1/+3
* Remove DEFINED_IVAR2 from enumJohn Hawthorn2021-03-101-1/+0
* Avoid re-entering opt_invokebuiltin_delegate_leaveTakashi Kokubun2021-01-111-2/+1
* Fix broken JIT of getinlinecacheTakashi Kokubun2021-01-041-1/+1
* Avoid using inconsistent coding styleTakashi Kokubun2021-01-041-11/+3
* enable constant cache on ractorsKoichi Sasada2021-01-051-5/+8
* Skip checking ROBJECT_EMBEDTakashi Kokubun2020-12-221-3/+3
* Prefer stdbool in vm_execTakashi Kokubun2020-12-212-3/+3
* Check mjit_call_p only when interruptedTakashi Kokubun2020-12-192-2/+8
* Prefer RB_OBJ_FROZEN_RAWTakashi Kokubun2020-12-191-2/+2
* Lazily move PC with RUBY_VM_CHECK_INTSTakashi Kokubun2020-12-164-4/+22
* Ignore catch_except_p for PC motionTakashi Kokubun2020-12-161-1/+1
* Inline getconstant on JIT (#3906)Takashi Kokubun2020-12-162-0/+38
* Simplify positioning of '{' and '}'Takashi Kokubun2020-12-141-30/+27
* fix inline method cache sync bugKoichi Sasada2020-12-151-2/+3
* Cache access to reg_cfp->self on JITTakashi Kokubun2020-11-271-1/+1
* Revert "Set VM_FRAME_FLAG_FINISH at once on MJIT"Takashi Kokubun2020-11-261-2/+3
* Set VM_FRAME_FLAG_FINISH at once on MJITTakashi Kokubun2020-11-261-3/+2
* Clarify the intention of `false &&`Takashi Kokubun2020-11-221-1/+2
* An ellipsis (...) can only be placed at the beginningNobuyoshi Nakada2020-10-291-2/+6
* Escape '/*' within block comment tooNobuyoshi Nakada2020-10-261-1/+1