summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2014-11-05intern.h: deprecate disable and enable supernobu
2014-10-23vm_method.c: get rid of cachenobu
2014-10-23vm_method.c: no redefinition warnings for undefined methodsnobu
2014-09-18vm_method.c: configurable global method cache sizenobu
2014-09-17vm_method.c: single expressionnobu
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-08-12vm_method.c (release_method_definition): use rb_free_method_entrynormal
2014-07-30thread.c, vm_method.c: avoid inadvertent pin-downnobu
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-06-18constify parametersnobu
2014-06-16vm_method.c: no RTEST on mere flagnobu
2014-06-15vm_method.c: separate ID selectionnobu
2014-03-31variable.c, vm_method.c: pin downnobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-23vm_method.c fix commit missnobu
2014-03-23vm_method.c: check if klass is 0nobu
2014-03-20vm_method.c: fix infinite recursionnobu
2014-03-15vm_method.c: cast via VALUEnobu
2014-03-02vm_method.c: disable GMC writing if GMC is disablednormal
2014-02-13* vm_insnhelper.c (vm_call_method): should check ci->me->flag ofshugo
2013-12-20vm_method.c: use RCLASS_SERIAL macro instead of direct accesstmm1
2013-12-20fix typo: s/POWOR/POWER/tmm1
2013-12-20vm_method: set automaticallynobu
2013-12-20* vm_method.c: check definition ofko1
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-12-16* vm_method.c (rb_method_entry_make): fix WB miss.ko1
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13vm.c: reduce clearing method cachenobu
2013-12-09vm_method.c: add new ruby::method-cache-clear dtrace probetmm1
2013-12-09* internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a conveniencecharliesome
2013-12-09* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,charliesome
2013-11-09* class.c: unify names of vm state version counters to 'serial'.charliesome
2013-10-31* vm_method.c (rb_method_entry_make): fix to pass an ISeq value.ko1
2013-10-29* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: splitcharliesome
2013-10-17* vm_insnhelper.c (vm_call_method): set ci->me to 0 when theshugo
2013-10-11* vm_method.c (rb_gc_mark_unlinked_live_method_entries):ko1
2013-10-11revert r43259 because it is possible to mark miss classes defined in C-exts. ...ko1
2013-10-09object.c: avoid inadvertent symbol creationnobu
2013-10-09vm_method.c: preserve encodingnobu
2013-10-07* proc.c: catch up last commit.ko1
2013-10-07* iseq.c, internal.h: change to public (but internal) functionsko1
2013-09-30* vm_method.c (rb_undef): raise a NameError if the original methodshugo
2013-09-24* gc.c (free_method_cache_entry_i): unused functioncharliesome
2013-09-24* class.c (class_alloc): remove mc_tblcharliesome
2013-09-10vm_method.c: constifynobu
2013-09-09vm_method.c: clear cache after refine methodnobu
2013-09-04vm.c: prototypenobu
2013-09-04* class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,charliesome
2013-08-31vm_method.c: [DOC] example of respond_to_missing?nobu
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj