From 50a75bd052e6fdd5ad82a2fd0c8dfc875aa7a8c2 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 21 Feb 2007 08:53:15 +0000 Subject: * numeric.c (fix_equal): remove FIX2LONG() to optimize. suggested in http://t-a-w.blogspot.com/2007/02/making-ruby-faster.html. [ruby-talk:240223] * numeric.c (fix_cmp): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09ca332cc..e6b7903dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 21 17:40:37 2007 Yukihiro Matsumoto + + * numeric.c (fix_equal): remove FIX2LONG() to optimize. suggested + in http://t-a-w.blogspot.com/2007/02/making-ruby-faster.html. + [ruby-talk:240223] + + * numeric.c (fix_cmp): ditto. + Wed Feb 21 09:14:04 2007 Nobuyoshi Nakada * eval_load.c (rb_require_safe): should restore safe level. -- cgit