summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
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
2015-06-28insns.def: preserve encodingnobu
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* insns.def (defined), vm_insnhelper.c (vm_defined):ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-02-25insns.def: reversenobu
2015-02-16insns.def: typonobu
2014-11-13insns.def (opt_succ): remove Time#succ optimizationnormal
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-23insns.def: add comments to def/opt_operand.defnormal
2014-09-11iseq_inline_storage_entry: 24=>16 bytes on 64-bitnormal
2014-06-20insns.def: avoid type-punned pointer castnobu
2014-05-26insns.def: fix typonobu
2014-03-11insns.def (opt_regexpmatch2): respect redefined match opnormal
2014-01-25insns.def: adjust stylenobu
2014-01-10insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keystmm1
2013-12-10* insns.def: Fix optimization bug of Float#/ [Bug #9238]marcandre
2013-12-09* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome
2013-11-09* compile.c (iseq_compile_each): emit opt_str_freeze if the #freezecharliesome
2013-11-09* insns.def: unify ic_constant_serial and ic_class_serial into one fieldcharliesome
2013-11-09* class.c: unify names of vm state version counters to 'serial'.charliesome
2013-10-29* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome
2013-09-26* insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah
2013-09-26* insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome
2013-09-04* class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome
2013-08-31* compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2charliesome
2013-08-27vm_insnhelper.h: RBASIC_CLASSnobu
2013-08-21insns.def: refine commentsnobu
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-08-06* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko1
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-05insns.def: refactor by wanabenobu
2013-05-05insns.def: method entry from method framenobu
2013-04-22* insns.def (opt_mod): Use % operator if both operands are positive forcharliesome
2013-04-17iseq: reduce array allocations for simple sequencestmm1
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr