emacs-devel
[Top][All Lists]
Advanced

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

Re: Using the GNU GMP Library for Bignums in Emacs


From: Tom Tromey
Subject: Re: Using the GNU GMP Library for Bignums in Emacs
Date: Sun, 08 Jul 2018 23:39:40 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)

>>>>> "Richard" == Richard Stallman <address@hidden> writes:

Richard> How much of a pain would it be to package GMP with Emacs?

I looked into this and I think one possible answer is "mini-gmp".

This is a single C file that is part of GMP.  It provides the same "mpz"
interface that these patches are currently using, though at a
performance cost.

So, one idea would be to put mini-gmp.c into the Emacs source tree, but
only compile it if the real GMP library is not found.

Tom



reply via email to

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