summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-02explicit cast to void* required for %pshyouhei
2017-12-26vm_method.c: fix super in refined modulenobu
2017-12-17vm_method.c: empty tablenobu
2017-12-17vm_method.c: debug messagenobu
2017-11-29Make Module#{define|alias|undef|remove}_method public [#14133]marcandre
2017-11-16make a func static.ko1
2017-11-16remove unused function.ko1
2017-10-28`th` -> `ec` for method management functions.ko1
2017-10-28use `ec` directly.ko1
2017-10-28`th` -> `ec` for vm_set_*_stack.ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-27`vm_call_handler` and related functions accept `ec` instead of `th`.ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-06proc.c: super_method of included methodnobu
2017-08-17vm_method.c: alias warning at refined methodnobu
2017-07-30UNALIGNED_MEMBER_ACCESSnobu
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-02-21add performance counting mechanism for MRI debug/tuning purpose.ko1
2017-02-21backward.h: 2.2 deprecated featuresnobu
2017-02-17DEPRECATED_INTERNAL_FEATUREnobu
2017-01-19More description about the protected attribute of a methodnaruse
2017-01-18vm_method.c: resolve refined method to undefnobu
2016-12-20proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe
2016-11-05* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj
2016-10-09vm_method.c: update assertion [ci skip]nobu
2016-09-23* vm_method.c (make_method_entry_refined): fix wrong use of ||.shugo
2016-09-23* eval.c (rb_mod_refine): refine modules as well.shugo
2016-07-29rb_funcallvnobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-13* vm_method.c (method_entry_get_without_cache): checkko1
2016-06-24No respond_to? as if the default definitionnobu
2016-04-27internal.h: ONLY_FOR_INTERNAL_USEnobu
2016-03-08vm_method.c: fix aliased original namenobu
2016-03-01vm_method.c: fix assertionnobu
2016-02-24vm_method.c: for hidden objectnobu
2016-01-19* vm_method.c: fix grammar in respond_to? warning.hsbt
2016-01-03Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`yui-knk
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-11-18* vm_method.c (rb_class_clear_method_cache): should clear allko1
2015-11-18* vm_method.c (prepare_callable_method_entry): useko1
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognizeko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-11-13* vm.c (vm_define_method): do not use current CREF immediately,ko1
2015-11-13* method.h: constify rb_cref_t::scope_visi;ko1