[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maximum buffer size exceeded
From: |
David Kastrup |
Subject: |
Re: maximum buffer size exceeded |
Date: |
Thu, 06 Sep 2007 07:44:58 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
Richard Stallman <rms@gnu.org> writes:
> The only drawback I can see is that Lisp_Objects have to be allocated
> on 16 byte boundaries rather than the current 8 byte boundary, so a
> little space may be wasted (and maybe not...).
>
> For cons cells and floats, it would mean half the space is wasted.
Maybe we'll need one higher order bit after all. Or we let every cons
cell have a siamese twin float in its second half.
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
- Re: maximum buffer size exceeded, (continued)
- Re: maximum buffer size exceeded, Eli Zaretskii, 2007/09/04
- Re: maximum buffer size exceeded, Kim F. Storm, 2007/09/05
- Re: maximum buffer size exceeded, Stefan Monnier, 2007/09/05
- Re: maximum buffer size exceeded, Jason Rumney, 2007/09/05
- Re: maximum buffer size exceeded, Stefan Monnier, 2007/09/05
- Re: maximum buffer size exceeded, Richard Stallman, 2007/09/06
- Re: maximum buffer size exceeded,
David Kastrup <=
- Message not available
- Re: maximum buffer size exceeded, Giorgos Keramidas, 2007/09/05
Re: maximum buffer size exceeded, Eli Zaretskii, 2007/09/02
Re: maximum buffer size exceeded, Glenn Morris, 2007/09/03
Re: maximum buffer size exceeded, Daniel C. Bastos, 2007/09/04