emacs-devel
[Top][All Lists]
Advanced

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

Re: Intervals crash


From: Stephen J. Turnbull
Subject: Re: Intervals crash
Date: Fri, 24 Sep 2010 17:52:28 +0900

Eli Zaretskii writes:

 > If you really need the full range of size_t or EMACS_UINT, there's
 > little you can do in practice.

Practically speaking, Emacs doesn't ever *really* need the full range
of size_t, since Lisp can't represent it in a fixnum.  It might be
nice to have a way to store them, but you can use conses of fixnums,
floats, or the occasionally-requested bignums for that.




reply via email to

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