aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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