summaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h (follow)
Commit message (Expand)AuthorAgeLines
* Count interpreter instructions when -DYJIT_STATS=1Alan Wu2021-10-20-2/+2
* Yet Another Ruby JIT!Jose Narvaez2021-10-20-2/+2
* Implement --ujit-stats and instructoin countingAlan Wu2021-10-20-0/+5
* Add a cache for class variableseileencodes2021-06-18-0/+3
* Clarify these are just for MJITTakashi Kokubun2021-06-02-2/+2
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-11-3/+0
* Add a cache for class variableseileencodes2021-05-11-0/+3
* Fixed leaked global symbolsNobuyoshi Nakada2020-12-26-1/+1
* Functions defined in headers should be static inlineNobuyoshi Nakada2020-11-15-1/+1
* ruby_vm_global_method_state is no longer needed.Koichi Sasada2020-10-14-3/+0
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-03-1/+1
* Extracted METHOD_ENTRY_CACHEABLE macroNobuyoshi Nakada2020-06-30-1/+1
* Use canary cond also if not VM_CHECK_MODE to suppress warningsNobuyoshi Nakada2020-06-22-2/+2
* Verify builtin inline annotation with VM_CHECK_MODE (#3244)Takashi Kokubun2020-06-21-7/+7
* Suppress warnings no inline ruby debug (#3107)Kenta Murata2020-05-22-1/+1
* add #include guard hack卜部昌平2020-04-13-3/+2
* Reduce allocations for keyword argument hashesJeremy Evans2020-03-17-0/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-22-11/+4
* VALUE size packed callinfo (ci).Koichi Sasada2020-02-22-5/+5
* per-method serial number卜部昌平2019-12-18-1/+1
* Define PREV_CLASS_SERIALJohn Hawthorn2019-12-17-0/+1
* convert macros into inline functions卜部昌平2019-12-17-10/+13
* ensure cc->def == cc->me->def卜部昌平2019-12-16-0/+8
* Combine call info and cache to speed up method invocationAlan Wu2019-10-24-1/+1
* Merge pull request #2422 from jeremyevans/rb_keyword_given_pJeremy Evans2019-09-03-0/+1
* Don't pass an empty keyword hash when double splatting empty hashJeremy Evans2019-08-30-0/+1
* Initialize vm_throw_data::throw_state as intNobuyoshi Nakada2019-07-25-2/+4
* constify again.Koichi Sasada2019-07-22-2/+2
* Make export declaration place more consistentTakashi Kokubun2019-07-14-2/+0
* MJIT Support for getblockparamproxyTakashi Kokubun2019-07-14-0/+2
* Share vm_call_iseq_optimizable_p to reduce copy-pastek0kubun2019-03-21-0/+9
* on-smash canary detectionshyouhei2019-02-01-3/+11
* vm.inc now in C99shyouhei2019-01-25-0/+1
* vm_insnhelper.c: delete unused macrosshyouhei2018-12-28-48/+1
* insns.def: refactor to avoid CALL_METHOD macroshyouhei2018-12-26-36/+0
* vm_insnhelper.h: rename CI_SET_FASTPATH to CC_SET_FASTPATHk0kubun2018-09-18-1/+1
* move ADD_PC around (take 2)shyouhei2018-09-14-7/+11
* vm_insnhelper.h: drop OPT_CALL_FASTPATH macro supportk0kubun2018-09-13-8/+0
* Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun2018-09-13-2/+6
* vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun2018-09-13-6/+2
* move canary-related statements into macrosshyouhei2018-09-13-0/+21
* mjit.c: initial support for mswin MJITk0kubun2018-08-07-4/+4
* mjit_compile.c: reduce sp motion on JITk0kubun2018-07-19-0/+2
* remove assertion for hidden objects.ko12018-06-27-1/+1
* give up insn attr handles_frameshyouhei2018-06-27-2/+3
* NULL class Data_Wrap_Struct is not allowed.ko12018-06-19-1/+1
* remvoe assertion because rubyspec hit this assertko12018-06-18-1/+1
* hidden objects should not be pushed.ko12018-06-18-1/+12
* mjit_compile.c: use local variables for stackk0kubun2018-03-04-2/+28
* vm.c: add mjit_enable_p flagk0kubun2018-03-03-1/+1