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.