summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2015-10-17vm_insnhelper.c: suppress a warningnobu
2015-10-16vm_args.c: symbol procnobu
2015-10-10* vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)ko1
2015-10-10* vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp firstko1
2015-10-10* vm.c (invoke_block_from_c): split this function into severalko1
2015-10-10* gc.c (newobj_of_slowpass): fix typo (pass -> path).ko1
2015-10-10* vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,ko1
2015-10-06* vm_insnhelper.c (vm_call_method0): use switch() for visibilitiesko1
2015-10-06* method.h: remove METHOD_ENTRY_SAFE(me) and related codeko1
2015-10-05* vm_insnhelper.c: solve goto spaghetti.ko1
2015-10-01vm_args.c: fix marking symbol ifuncnobu
2015-09-19* vm_core.h: split rb_call_info_t into several structs.ko1
2015-09-12* vm_insnhelper.c (vm_call_iseq_setup_normal): do not clear localko1
2015-09-11* vm_core.h: remove rb_call_info_t::aux.opt_pc.ko1
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