emacs-devel
[Top][All Lists]
Advanced

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

Re: Making 'eq' == 'eql' in bignum branch


From: Stefan Monnier
Subject: Re: Making 'eq' == 'eql' in bignum branch
Date: Mon, 27 Aug 2018 11:18:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> BTW, anyone interested in adding support for buffers larger than
>> most-positive-fixnum (using bignums) so that it can also be
>> done --without-wide-int?
> Wouldn't that be much slower than --with-wide-int?

I don't want to pay for --with-wide-int in my builds because I almost
never look at such large files.  But I'd be happy to be able to look at
such large files every once in a while.

Whether it'd be significantly slower depends a lot on whether we keep
most buffer positions as C integers or as Lisp integers and how often we
convert from one to the other.  I don't have a clear enough idea about
that to venture a guess.


        Stefan



reply via email to

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