summaryrefslogtreecommitdiff
path: root/vm_insnhelper.h
Commit message (Expand)AuthorAgeFilesLines
* s/mjit/rjit/Takashi Kokubun2023-03-061-3/+3
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-4/+4
* Remove obsoleted MJIT_HEADER macroTakashi Kokubun2023-03-061-2/+0
* Stop exporting symbols for MJITTakashi Kokubun2023-03-061-4/+0
* Fix YJIT stats for RUBY_DEBUG buildsTakashi Kokubun2023-03-061-1/+6
* Implement --mjit-statsTakashi Kokubun2023-03-051-0/+9
* Remove unused class serialJemma Issroff2022-10-211-3/+0
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-2/+2
* Allow method caching of protected FCALLsJohn Hawthorn2022-06-211-2/+7
* RubyVM.stat constant cache metrics (#5766)Kevin Newton2022-04-051-1/+2
* Bring back RubyVM.stat(:global_constant_state)Kevin Newton2022-04-041-0/+1
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-3/+0
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-0/+3
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-3/+0
* Count interpreter instructions when -DYJIT_STATS=1Alan Wu2021-10-201-2/+2
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-2/+2
* Implement --ujit-stats and instructoin countingAlan Wu2021-10-201-0/+5
* Add a cache for class variableseileencodes2021-06-181-0/+3
* Clarify these are just for MJITTakashi Kokubun2021-06-021-2/+2
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-3/+0
* Add a cache for class variableseileencodes2021-05-111-0/+3
* Fixed leaked global symbolsNobuyoshi Nakada2020-12-261-1/+1
* Functions defined in headers should be static inlineNobuyoshi Nakada2020-11-151-1/+1
* ruby_vm_global_method_state is no longer needed.Koichi Sasada2020-10-141-3/+0
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-1/+1
* Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada2020-06-301-1/+1
* Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada2020-06-221-2/+2
* Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun2020-06-211-7/+7
* Suppress warnings no inline ruby debug (#3107)Kenta Murata2020-05-221-1/+1
* add #include guard hack卜部昌平2020-04-131-3/+2
* Reduce allocations for keyword argument hashesJeremy Evans2020-03-171-0/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-221-11/+4
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-221-5/+5
* per-method serial number卜部昌平2019-12-181-1/+1
* Define PREV_CLASS_SERIALJohn Hawthorn2019-12-171-0/+1
* convert macros into inline functions卜部昌平2019-12-171-10/+13
* ensure cc->def == cc->me->def卜部昌平2019-12-161-0/+8
* Combine call info and cache to speed up method invocationAlan Wu2019-10-241-1/+1
* Merge pull request #2422 from jeremyevans/rb_keyword_given_pJeremy Evans2019-09-031-0/+1
* Don't pass an empty keyword hash when double splatting empty hashJeremy Evans2019-08-301-0/+1
* Initialize vm_throw_data::throw_state as intNobuyoshi Nakada2019-07-251-2/+4
* constify again.Koichi Sasada2019-07-221-2/+2
* Make export declaration place more consistentTakashi Kokubun2019-07-141-2/+0
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-141-0/+2
* Share vm_call_iseq_optimizable_p to reduce copy-pastek0kubun2019-03-211-0/+9
* on-smash canary detectionshyouhei2019-02-011-3/+11
* vm.inc now in C99shyouhei2019-01-251-0/+1
* vm_insnhelper.c: delete unused macrosshyouhei2018-12-281-48/+1
* insns.def: refactor to avoid CALL_METHOD macroshyouhei2018-12-261-36/+0
* vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATHk0kubun2018-09-181-1/+1