aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* move ADD_PC around (take 2)shyouhei2018-09-141-7/+11
* vm_insnhelper.h: drop OPT_CALL_FASTPATH macro supportk0kubun2018-09-131-8/+0
* Revert "vm_insnhelper.h: simplify EXEC_EC_CFP implementation"k0kubun2018-09-131-2/+6
* vm_insnhelper.h: simplify EXEC_EC_CFP implementationk0kubun2018-09-131-6/+2
* move canary-related statements into macrosshyouhei2018-09-131-0/+21
* mjit.c: initial support for mswin MJITk0kubun2018-08-071-4/+4
* mjit_compile.c: reduce sp motion on JITk0kubun2018-07-191-0/+2
* remove assertion for hidden objects.ko12018-06-271-1/+1
* give up insn attr handles_frameshyouhei2018-06-271-2/+3
* NULL class Data_Wrap_Struct is not allowed.ko12018-06-191-1/+1
* remvoe assertion because rubyspec hit this assertko12018-06-181-1/+1
* hidden objects should not be pushed.ko12018-06-181-1/+12
* mjit_compile.c: use local variables for stackk0kubun2018-03-041-2/+28
* vm.c: add mjit_enable_p flagk0kubun2018-03-031-1/+1
* prefixed functions exported for mjitnobu2018-02-171-2/+6
* mjit_compile.c: share the definition of macrosk0kubun2018-02-061-0/+8
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-3/+2
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+1
* bare_instructions.rb: sp_inc is signednobu2018-01-301-15/+0
* eliminate CALL_SIMPLE_METHODshyouhei2018-01-291-8/+0
* also use sp_inc in vm coreshyouhei2018-01-291-0/+16
* comma at the end of enum is a C99ismshyouhei2018-01-021-2/+2
* remove `trace` instruction. [Feature #14104]ko12017-11-141-1/+1
* * vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.ko12017-10-291-2/+0
* vm_exec_core() accepts `ec` instead of `th`.ko12017-10-271-2/+2
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-271-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-2/+2
* vm.c, vm_insnhelper.h: export symbols of VM serialsk0kubun2017-10-211-0/+3
* vm_core.h: export symbols of shared variablesk0kubun2017-10-211-0/+4
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-101-1/+1
* fixup r58614 for raspi3 and maybe other systems with odd compilenormal2017-05-091-1/+1
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-1/+1
* insert assertions for THROW_DATA_* macros.ko12017-04-071-0/+5