From caa36ef95594ed80bd8b01fbdb3fecbe7f8ff32f Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 6 Sep 2009 09:16:23 +0000 Subject: * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro invoke simple method with inline cache entry. * insns.def (opt_length, opt_size): fix to use inline method cache. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d61143c2a..0ee8c847d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Sep 6 18:13:54 2009 Koichi Sasada + + * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro + invoke simple method with inline cache entry. + + * insns.def (opt_length, opt_size): fix to use inline method cache. + Sun Sep 6 17:47:21 2009 Koichi Sasada * template/id.h.tmpl: fix this. -- cgit