From afcd97e4098f4a906c529462b32854363d2e9a0c Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 6 Jun 2008 14:48:07 +0000 Subject: * vm_insnhelper.c (vm_callee_setup_arg): check simple flag before calling setup_arg function(). this change reduce function call. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ccf75b642..62225e3b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 6 23:46:19 2008 Koichi Sasada + + * vm_insnhelper.c (vm_callee_setup_arg): check simple flag before + calling setup_arg function(). this change reduce function call. + Fri Jun 6 21:51:46 2008 NAKAMURA Usaku * win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h. -- cgit