aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* 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
* * vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko12016-07-261-4/+1
* * insns.def: tabify [ci skip]shyouhei2016-07-171-24/+24
* * insns.def (opt_succ): optimize like r55515. (but this argument isnaruse2016-06-291-5/+5
* * insns.def (opt_plus): use `- 1` instead of `& (~1)` to allownaruse2016-06-271-11/+6
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-12/+11
* * insns.def (defineclass): Also raise an error when redeclaring theeregon2016-05-101-5/+4
* * configure.in: check function attirbute const and pure,naruse2016-05-081-2/+0
* string.c: rb_str_concat_literalsnobu2016-04-051-7/+1
* * internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only ifnaruse2016-03-211-6/+4
* * internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse2016-03-201-19/+1
* * compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame2016-03-171-0/+68
* * intern.h (rb_divmod): assume compilers `/` and `%` comply C99naruse2016-03-081-60/+6
* * insns.def (opt_mod): show its method name on ZeroDivisionError.naruse2016-03-081-1/+1
* * insns.def (opt_plus): simply use LONG2NUM() instead of wronglynaruse2016-02-151-13/+2
* improve r53741naruse2016-02-051-16/+11
* * insns.def (opt_mult): Use int128_t for overflow detection.naruse2016-02-051-8/+17
* insns.def: description [ci skip]nobu2016-01-101-9/+17
* Move a comment to the appropriate position.yui-knk2016-01-031-2/+2
* insns.def (opt_case_dispatch): avoid converting Infinitynormal2015-12-111-1/+1
* * introduce new ISeq binary format serializer/de-serializerko12015-12-081-2/+4
* compile optimized case dispatch for nil/true/falsenormal2015-12-081-0/+6
* insns.def (opt_case_dispatch): check Float#=== redefinitionnormal2015-12-071-0/+1
* * compile.c (iseq_compile_each): add debug information to NODE_STRko12015-11-201-0/+17