aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* th->ec: dtraceko12017-11-071-2/+2
* th->ec: vm_once_dispatch.ko12017-11-071-1/+1
* move rb_thread_t::interrupt_flag and maskko12017-11-061-7/+7
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-2/+2
* catch up recent changes for call threaded code VM.ko12017-10-271-1/+1
* `th` -> `ec` for `rb_insn_func_t`.ko12017-10-271-1/+1
* vm_exec_core() accepts `ec` instead of `th`.ko12017-10-271-29/+29
* `th` -> `ec` for block related functions.ko12017-10-271-1/+1
* `ec` -> `th`ko12017-10-271-1/+1
* vm_defined() accepts `ec` instead of `th`.ko12017-10-271-1/+1
* vm_search_super_method() accepts `ec` instead of `th`.ko12017-10-271-1/+1
* vm_get_ev_const() accepts `ec` instead of `th`.ko12017-10-271-1/+1
* vm_throw* accept `ec` instead of `th`.ko12017-10-271-1/+1
* ec->th for vm_cref_push() and constify.ko12017-10-271-1/+1
* Some functions accept `ec` instead of `th`.ko12017-10-271-2/+2
* rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* vm_push_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-2/+2
* Lazy Proc allocation for block parametersko12017-10-241-0/+47
* intern instructionnobu2017-09-181-0/+14
* refinements in string interpolationnobu2017-09-181-2/+20
* Add a new instruction `trace2` for hooking with custom datamame2017-09-141-0/+17
* add rb_hash_new_with_size()shyouhei2017-09-051-1/+1
* Remove not exist arguments from comments of insnsyui-knk2017-08-151-2/+0
* move fields to ec.ko12017-06-281-2/+2
* vm_insnhelper.c: vm_stack_consistency_errornobu2017-06-231-2/+1
* add debug counters for local variable (lavr) access.ko12017-05-311-0/+4
* insns.def: [DOC] Fix description of tostringk0kubun2017-05-251-2/+2
* Translate missing rdoc comment for opt_send_without_block.hsbt2017-05-081-1/+1
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-6/+2
* revert newhash refactoringshyouhei2017-04-241-5/+8
* refactor hash literalshyouhei2017-04-211-8/+5
* refactor torexp to use routine in array.cshyouhei2017-04-201-5/+2
* typo fix (sorry!) [ci skip]shyouhei2017-04-181-1/+1
* fix compile error.ko12017-04-181-1/+1
* tabify (sorry!) [ci skip]shyouhei2017-04-181-1/+1
* split insns.def into functionsshyouhei2017-04-181-663/+110
* fix redefinition optimization for -"literal string" (UMinus)normal2017-03-271-0/+14
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-1/+1
* optimize FIXABLE macroshyouhei2017-03-061-1/+1
* Use carry flag to reduce instructionsnaruse2017-02-021-16/+2
* insns.def: float comparisonnobu2017-01-131-18/+14
* adjust indent [ci skip]nobu2017-01-071-6/+5
* fix optimization for hash aset/aref with fstringeregon2017-01-071-2/+6
* insns.def: adjust index typenobu2016-11-281-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-1/+1
* insns.def: opt_case_dispatch trivial optimizationnobu2016-10-281-14/+9
* * insns.def (setclassvariable, setconstant): warn when self is ashugo2016-09-081-0/+2
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-9/+9