summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2015-08-21vm_insnhelper.c: use update argcnobu
2015-08-21* vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc isko1
2015-07-26vm_insnhelper.c: suppress a warningnobu
2015-07-24* vm_core.h: size should be unsigned.ko1
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko1
2015-07-21* method.h: constify rb_method_iseq_t::iseqptr.ko1
2015-07-20ruby_vm_throw_flagsnobu
2015-07-16* vm_core.h: constify rb_iseq_t::parent_iseq.ko1
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