summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2015-07-09* vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().ko1
2015-07-09* vm_core.h: remove rb_call_info_t::klass becauseko1
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-06* vm_insnhelper.c (vm_search_super_method): do not skip callingko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-10* vm.c: use VM_ASSERT instead of assert().ko1
2015-06-10* vm_core.h: define VM_ASSERT() for assertionko1
2015-06-10* vm_insnhelper.c (check_frame): check type of cref_or_me first.ko1
2015-06-06* method.h: back to share rb_method_definition_t byko1
2015-06-05* internal.h: move definition of rb_cref_t to method.h.ko1
2015-06-04* vm_insnhelper.c (vm_defined): no need to use cast.ko1
2015-06-04* vm_insnhelper.c (vm_defined): show additional messages on rb_bug().ko1
2015-06-04* method.h: constify rb_method_refined_t::orig_me.ko1
2015-06-03* method.h: introduce rb_method_refined_t for refined method entry.ko1
2015-06-03add a fix to last commitko1
2015-06-03* vm_insnhelper.c (def_iseq_ptr): `iseqval' is not available any more.ko1
2015-06-03* vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().ko1
2015-06-03* vm_core.h: rename enum missing_reason to enum method_missing_reason.ko1
2015-06-03* method.h: change fileds order to gather frequent acces fields.ko1
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* vm_insnhelper.c: fix a typo. [ci skip]nagachika
2015-06-02* vm_insnhelper.c (vm_defined): check respond_to_missing?ko1
2015-06-02* vm_insnhelper.c (vm_defined): skip respond_to_missing? whenko1
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-06-01fix typokazu
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-20vm.c: vm_invoke_bmethodnobu
2015-04-03vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAMEnobu
2015-03-11* node.h: remove NODE_IFUNC, NEW_IFUNC.ko1
2015-03-11* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.ko1
2015-03-11* vm_insnhelper.c: use T_IMEMO to create SVAR.ko1
2015-03-11* include/ruby/ruby.h: introduce new type T_IMEMO.ko1
2015-03-10* vm_insnhelper.h: define struct IFUNC.ko1
2015-03-10* proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko1
2015-03-10* vm_insnhelper.h: define struct THROW_DATA to representko1
2015-03-09* vm_insnhelper.c (ep_cref): rename to lep_cref() because it should beko1
2015-03-08* vm_insnhelper.h: define struct SVAR for SVAR.ko1
2015-03-08* vm_insnhelper.c (lep_svar_set): add WBs.ko1
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-02-27* vm_core.h: define vm_svar_index.ko1
2015-02-24* vm_insnhelper.c (lep_svar_place, lep_svar_get): do not createko1
2015-02-22* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj
2015-02-10* vm_insnhelper.c (vm_call_method): stop method search when a methodshugo
2015-02-05convert method name to a Symbolnobu
2015-02-05vm_insnhelper.c: fix missing reasonnobu
2015-02-04* vm_insnhelper.c: Revert r49500 (6ae6a8c7bc86e97)marcandre
2015-02-04* vm_insnhelper.c: Fix symbol leak with +send+ and method_missing [#10828]marcandre