summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2015-12-12vm_insnhelper.c: adjust indent [ci skip]nobu
2015-12-12* vm_insnhelper.c (vm_call_method_missing): method_missing shouldshugo
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-11-20* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko1
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-13* refactoring CREF related code.ko1
2015-10-31revert r52402ko1
2015-10-31vm_insnhelper.c: get rid of copying garbagenobu
2015-10-31* vm_insnhelper.c (vm_search_super_method): do not touch `ci' here.ko1
2015-10-29* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko1
2015-10-29* vm_insnhelper.c (vm_env_cref): make it inline for performance.ko1
2015-10-29* vm_insnhelper.c (vm_check_frame_detail): should require me forko1
2015-10-29vm_insnhelper.c: use enum and fix typonobu
2015-10-24vm_insnhelper.c: improved error message for "wrong numberduerst
2015-10-24* vm_insnhelper.c: remove the typedef redeclaration ofshugo
2015-10-23* vm_insnhelper.c: introduce new call handler for simple ISeqs.ko1
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