From 38c8efbe2d24fdf5762beeda1075331dc5a5253e Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 23 Feb 2007 04:04:14 +0000 Subject: * numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize. suggested in http://t-a-w.blogspot.com/2007/02/making-ruby-faster.html. [ruby-talk:240223] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 877fb99544..1c2f6dbb60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Feb 23 13:02:17 2007 Akinori MUSHA + + * numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize. + suggested in + http://t-a-w.blogspot.com/2007/02/making-ruby-faster.html. + [ruby-talk:240223] + Fri Feb 23 12:43:17 2007 James Edward Gray II * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make the -- cgit v1.2.3