* range.c (range_each): treat fixnums specially to boost.

* numeric.c (num_step): remove rb_scan_args() for small speedup.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2003-01-08 06:05:08 +00:00
parent a89ac45548
commit 17065d47a6
4 changed files with 31 additions and 8 deletions

View file

@ -44,7 +44,7 @@ memfill(mem, size, val)
#define ARY_TMPLOCK FL_USER1
static void
static inline void
rb_ary_modify_check(ary)
VALUE ary;
{