summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2018-03-19Reverting r62775, this should fix i686 buildstenderlove
2018-03-16Revert "Add direct marking on iseq operands"naruse
2018-03-09Add direct marking on iseq operandstenderlove
2018-03-04mjit_compile.c: use local variables for stackk0kubun
2018-03-03insns.def: unwrap vm_exec for yieldk0kubun
2018-03-03vm.c: add mjit_enable_p flagk0kubun
2018-02-12insns.def: remove unnecessary sp motionk0kubun
2018-02-10insns.def: cache nil constnobu
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