bug-gmp
[Top][All Lists]
Advanced

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

Re: seg fault in mpz_root patch


From: Kevin Ryde
Subject: Re: seg fault in mpz_root patch
Date: Wed, 18 Dec 2002 17:36:24 +1000
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (i386-debian-linux-gnu)

Jason Moxham <address@hidden> writes:
>
> Assuming TMP_ALLOC_LIMBS can be put in an if statement , like
> if ( weird_condition ) pp=TMP_ALLOC_LIMBS(something);
> else pp=TMP_ALLOC_LIMBS(somethingelse);

That's ok, but it'll produce more compact code if you make the
condition select a size then have a single TMP_ALLOC.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]