il Sat, 29 Mar 2003 22:43:57 +0900, ts <decoux / moulon.inra.fr> ha scritto:: >>>>>> "D" == Daniel Berger <djberg96 / hotmail.com> writes: > >D> In 7 of the 9 tests, 1.8 was *slower*. Should I be worried? > > One of the reason is the suppression of some #=== methods : in this case > ruby call Kernel#=== which make a rb_funcall2("=="), this give 2 funcall > rather than one if I'm right > > Another reason is the rewrite of fix_step, int_step in num_step which give > a highter number of call to rb_equal why this changes had been applied? >Guy Decoux