summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
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
2017-05-08Translate missing rdoc comment for opt_send_without_block.hsbt
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-04-24revert newhash refactoringshyouhei
2017-04-21refactor hash literalshyouhei
2017-04-20refactor torexp to use routine in array.cshyouhei
2017-04-18typo fix (sorry!) [ci skip]shyouhei
2017-04-18fix compile error.ko1
2017-04-18tabify (sorry!) [ci skip]shyouhei
2017-04-18split insns.def into functionsshyouhei
2017-03-27fix redefinition optimization for -"literal string" (UMinus)normal
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-06optimize FIXABLE macroshyouhei
2017-02-02Use carry flag to reduce instructionsnaruse
2017-01-13insns.def: float comparisonnobu
2017-01-07adjust indent [ci skip]nobu
2017-01-07fix optimization for hash aset/aref with fstringeregon
2016-11-28insns.def: adjust index typenobu
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj