gmp

Stephen Weeks MLton@sourcelight.com
Tue, 22 Jan 2002 17:16:43 -0800


> mpz_gcd() is going to use malloc unless the newer GMP code is much different.
> Even the old mpn_gcd() used malloc.  I don't really view this as acceptable,
> but it is easy.

Do you mean that they have a space leak?  If so, I will let them know,
and we should fix it.