aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* 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
* * refactoring CREF related code.ko12015-11-131-1/+1
* * insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko12015-10-291-2/+2
* * insns.def: nobody set ic->ic_value.value to Qundef.ko12015-10-291-3/+1
* RUBY_DTRACE_CREATE_HOOKnobu2015-10-291-4/+2
* Safe navigation operatornobu2015-10-221-0/+17
* revert r51991nobu2015-10-011-5/+3
* vm_args.c: GC guardnobu2015-10-011-3/+5
* compile.c: fix performance of strconcatnobu2015-09-291-1/+1
* * vm_core.h: split rb_call_info_t into several structs.ko12015-09-191-47/+55
* * vm_core.h: remove rb_call_info_t::blockiseq.ko12015-09-081-4/+4
* insns.def: redundant callnobu2015-08-051-2/+3
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-3/+3
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-2/+1
* insns.def: no quotingnobu2015-06-291-4/+4
* insns.def: preserve encodingnobu2015-06-281-2/+2
* insns.def: preserve encodingnobu2015-06-281-2/+2
* insns.def: preserve encodingnobu2015-06-281-2/+2
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-1/+1
* * insns.def (defined), vm_insnhelper.c (vm_defined):ko12015-06-021-100/+1
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-4/+5
* * internal.h: define rb_cref_t and change to use it.ko12015-03-081-5/+3
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-12/+15
* insns.def: reversenobu2015-02-251-0/+22
* insns.def: typonobu2015-02-161-1/+1
* insns.def (opt_succ): remove Time#succ optimizationnormal2014-11-131-4/+0
* * rewrite method/block parameter fitting logic to optimizeko12014-11-021-10/+30
* insns.def: add comments to def/opt_operand.defnormal2014-10-231-0/+2
* iseq_inline_storage_entry: 24=>16 bytes on 64-bitnormal2014-09-111-19/+18
* insns.def: avoid type-punned pointer castnobu2014-06-201-1/+1
* insns.def: fix typonobu2014-05-261-1/+1
* insns.def (opt_regexpmatch2): respect redefined match opnormal2014-03-111-1/+1
* insns.def: adjust stylenobu2014-01-251-4/+8
* insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm12014-01-101-0/+41
* * insns.def: Fix optimization bug of Float#/ [Bug #9238]marcandre2013-12-101-1/+1