MLton 20070826 GnuMP
Home  Index  
The [WWW]GnuMP (GNU multiprecision library) is a library for arbitrary precision integer arithmetic. MLton uses the GnuMP to implement the Basis Library IntInf module.

There is a known problem with the GnuMP, where it requires a lot of stack space for some computations, e.g. IntInf.toString of a million digit number. If you run with stack size limited, you may see a segfault in such programs. This problem is mentioned in the [WWW]GnuMP FAQ, where they describe two solutions.


Last edited on 2007-08-15 22:06:35 by MatthewFluet.