summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-29eliminate CALL_SIMPLE_METHODshyouhei
2018-01-29s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei
2018-01-29also use sp_inc in vm coreshyouhei
2018-01-27insns.def: [DOC] update supported attributes [ci skip]k0kubun
2018-01-26move ADD_PC around to optimize PC manipluiationsshyouhei
2018-01-12suppress warning for VC12shyouhei
2018-01-12[ci skip] add comments about file format (2nd try)shyouhei
2018-01-12new insns.def format (2nd try)shyouhei
2018-01-10merge revisions 61753:61750 61747:61740 61737:61728shyouhei
2018-01-10Fix a typo [ci skip]kazu
2018-01-09[ci skip] add comments about file formatshyouhei
2018-01-09new insns.def formatshyouhei
2018-01-07Speedup `block.call` [Feature #14330]ko1
2018-01-05Speedup `Proc#call` [Feature #14318]ko1
2018-01-05* insns.def (invokeblock): `calling->recv` is not used.ko1
2017-12-23insns.def: adjust typenobu
2017-12-20compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame
2017-12-06insns.def (tracebranch): renamed from `trace2`mame
2017-11-16accepts `ec` as first parameter.ko1
2017-11-14remove `trace` instruction. [Feature #14104]ko1
2017-11-07th->ec: dtraceko1
2017-11-07th->ec: vm_once_dispatch.ko1
2017-11-06move rb_thread_t::interrupt_flag and maskko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-27catch up recent changes for call threaded code VM.ko1
2017-10-27`th` -> `ec` for `rb_insn_func_t`.ko1
2017-10-27vm_exec_core() accepts `ec` instead of `th`.ko1
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-27`ec` -> `th`ko1
2017-10-27vm_defined() accepts `ec` instead of `th`.ko1
2017-10-27vm_search_super_method() accepts `ec` instead of `th`.ko1
2017-10-27vm_get_ev_const() accepts `ec` instead of `th`.ko1
2017-10-27vm_throw* accept `ec` instead of `th`.ko1
2017-10-27ec->th for vm_cref_push() and constify.ko1
2017-10-27Some functions accept `ec` instead of `th`.ko1
2017-10-26rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko1
2017-10-26vm_pop_frame() accepts `ec` instead of `th`.ko1
2017-10-26vm_push_frame() accepts `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-24Lazy Proc allocation for block parametersko1
2017-09-18intern instructionnobu
2017-09-18refinements in string interpolationnobu
2017-09-14Add a new instruction `trace2` for hooking with custom datamame
2017-09-05add rb_hash_new_with_size()shyouhei
2017-08-15Remove not exist arguments from comments of insnsyui-knk
2017-06-28move fields to ec.ko1
2017-06-23vm_insnhelper.c: vm_stack_consistency_errornobu
2017-05-31add debug counters for local variable (lavr) access.ko1
2017-05-25insns.def: [DOC] Fix description of tostringk0kubun