[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: update re: fork() failures [in 2.1.103]



At 04:14 PM 6/19/98 -0400, Paul Kimoto wrote:
>
>I *think* that it allocates a huge amount of memory,
>then uses only a small portion of it.

This is indeed the case.  I know it's a sloppy programming practice,
but it was the easiest way for me to interface with all my assembly
code that assumes the FFT data is at a fixed address.  Mprime actually
has 16MB of global variables.  Unless you are testing an exponent above
20,000,000 then you are only using a small fraction of the 16MB.

Best regards,
George