[#144] Another implementation of Bignum — "Dmitry Antipov" <dmitry.antipov@...>

Hello Ruby hackers,

15 messages 2002/06/06

Re: Hardcoded magic numbers

From: "Dmitry Antipov" <dmitry.antipov@...>
Date: 2002-06-07 11:25:32 UTC
List: ruby-core #156
----- Original Message ----- 
From: "ts" <decoux@moulon.inra.fr>
To: <ruby-core@ruby-lang.org>
Cc: <ruby-core@ruby-lang.org>
Sent: Friday, June 07, 2002 2:06 PM
Subject: Re: Hardcoded magic numbers


> >>>>> "D" == Dmitry Antipov <dmitry.antipov@mail.ru> writes:
> 
> D> For example, we have 10 * 1024 * 1024 (maximum chunk size
> D> to allocate) and 50 * 1024 * 1024 (maximum new size for reallocated
> 
>  It's best if you look at the source of 1.7
> 
> 
> Guy Decoux

I do (RUBY_VERSION "1.7.2", RUBY_RELEASE_DATE "2002-06-04"
in version.h). The same magic numbers :-( - should I look into CVS ?

Dmitry


In This Thread