aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix TracePoint#return_value with non-local exitsko12017-04-061-13/+29
* insns.def: float comparisonnobu2017-01-131-0/+2
* * vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_....ko12016-11-051-17/+17
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-4/+4
* NoMethodError#private_call?nobu2016-02-281-2/+2
* vm_eval.c: fstring formatnobu2016-01-131-1/+1
* * refactoring CREF related code.ko12015-11-131-19/+0
* * vm_core.h, vm_insnhelper.h: move definition of VMDEBUGko12015-10-231-22/+0
* * vm_core.h: split rb_call_info_t into several structs.ko12015-09-191-7/+9
* * vm_insnhelper.h (GET_PC_COUNT): remove unused macro.ko12015-09-021-2/+0
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-1/+1
* * node.h: remove NODE_IFUNC, NEW_IFUNC.ko12015-03-111-8/+0
* * vm_insnhelper.h: use T_IMEMO to create THROW_DATA.ko12015-03-111-16/+8
* * vm_insnhelper.c: use T_IMEMO to create SVAR.ko12015-03-111-10/+0
* * vm_insnhelper.h (THROW_DATA_STATE): return int, not VALUE.ko12015-03-101-4/+4
* * vm_insnhelper.h: define struct IFUNC.ko12015-03-101-0/+8