emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] Add module functions to convert from and to big integers


From: Stefan Monnier
Subject: Re: [PATCH 2/2] Add module functions to convert from and to big integers.
Date: Sun, 03 Nov 2019 14:38:47 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> Overall I now think the original approach (without mpz_t) is quite
> superior, and unless I hear convincing counterarguments, I'll send a
> patch to revert to that.

FWIW, I agree.  The main argument for me is the fact that it exposes an
internal implementation detail whereas the module interface makes a lot
of effort to hide all implementation details (even the representation
of Lisp_Object!).


        Stefan




reply via email to

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