From f5e68a8166b834a48480cbbfcb0ed08a81c4cdf9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Aug 2015 06:43:14 +0000 Subject: vm_eval.c: cache results * vm_eval.c (check_funcall_failed, check_funcall_missing): cache results of respond_to? and respond_to_missing?, and search a pulibc method only for compatibility with rb_respond_to. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24fd7f07ae..2e6d219acc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Aug 22 15:43:12 2015 Nobuyoshi Nakada + + * vm_eval.c (check_funcall_failed, check_funcall_missing): cache + results of respond_to? and respond_to_missing?, and search a + pulibc method only for compatibility with rb_respond_to. + Sat Aug 22 08:23:32 2015 Koichi Sasada * ext/thread/thread.c: move definitions of Queue, SizedQueue -- cgit v1.2.3