FAT GMP 5 binaries

Kevin Ryde user42@zip.com.au
Fri, 16 May 2003 10:34:02 +1000


Karl Hasselstrom <kha@treskal.com> writes:
>
> That will work, provided the set of functions in __gmp_cpuvec doesn't
> mutate enough for the array to grow very sparse.

Incidentally, increasing the size of an array directly referenced by
an application is not binary compatible on ELF.  But the desired
effect can be had with a pointer rather than an array.