summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
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
2013-03-12 * insns.def: fix condition.takano32
2013-01-11* insns.def (defineclass): private constants should not be accessedshugo
2013-01-08insns.def: adjust indentnobu
2012-12-20* vm_core.h (rb_vm_defineclass_type_t),shugo
2012-12-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-07* vm_eval.c (yield_under, eval_under): do not activate refinementsshugo
2012-12-04* vm_opts.h: enable optimization - operand unifications.ko1
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-28* probes.d: Change function-entry probe to method-entry.tenderlove
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-10-18* insns.def (opt_send_simple): move the location ofko1
2012-10-18* insns.def (send): remove unused condition.ko1
2012-10-18* insns.def (opt_send_simple): introduce new instruction usedko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-09* vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.ko1