summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
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
2016-10-28insns.def: opt_case_dispatch trivial optimizationnobu
2016-09-08* insns.def (setclassvariable, setconstant): warn when self is ashugo
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-26* vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko1
2016-07-17 * insns.def: tabify [ci skip]shyouhei
2016-06-29* insns.def (opt_succ): optimize like r55515. (but this argument isnaruse
2016-06-27* insns.def (opt_plus): use `- 1` instead of `& (~1)` to allownaruse
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-10* insns.def (defineclass): Also raise an error when redeclaring theeregon
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-04-05string.c: rb_str_concat_literalsnobu
2016-03-21* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only ifnaruse
2016-03-20* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse
2016-03-17* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame
2016-03-08* intern.h (rb_divmod): assume compilers `/` and `%` comply C99naruse
2016-03-08* insns.def (opt_mod): show its method name on ZeroDivisionError.naruse
2016-02-15* insns.def (opt_plus): simply use LONG2NUM() instead of wronglynaruse
2016-02-05improve r53741naruse
2016-02-05* insns.def (opt_mult): Use int128_t for overflow detection.naruse
2016-01-10insns.def: description [ci skip]nobu
2016-01-03Move a comment to the appropriate position.yui-knk
2015-12-11insns.def (opt_case_dispatch): avoid converting Infinitynormal
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-07insns.def (opt_case_dispatch): check Float#=== redefinitionnormal
2015-11-20* compile.c (iseq_compile_each): add debug information to NODE_STRko1
2015-11-13* refactoring CREF related code.ko1
2015-10-29* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko1
2015-10-29* insns.def: nobody set ic->ic_value.value to Qundef.ko1
2015-10-29RUBY_DTRACE_CREATE_HOOKnobu
2015-10-22Safe navigation operatornobu
2015-10-01revert r51991nobu
2015-10-01vm_args.c: GC guardnobu
2015-09-29compile.c: fix performance of strconcatnobu
2015-09-19* vm_core.h: split rb_call_info_t into several structs.ko1
2015-09-08* vm_core.h: remove rb_call_info_t::blockiseq.ko1
2015-08-05insns.def: redundant callnobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-29insns.def: no quotingnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28insns.def: preserve encodingnobu