[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: maximum buffer size exceeded
From: |
Richard Stallman |
Subject: |
Re: maximum buffer size exceeded |
Date: |
Thu, 06 Sep 2007 00:59:38 -0400 |
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.
Markers and symbols and miscs will also waste space, but a smaller
fraction.
It would be useful to calculate the expected amount of waste in some
real Emacs jobs, and compare that with the total memory usage.
- Re: maximum buffer size exceeded, (continued)
- Re: maximum buffer size exceeded, Eli Zaretskii, 2007/09/03
- Re: maximum buffer size exceeded, Johan Bockgård, 2007/09/04
- Message not available
- Re: maximum buffer size exceeded, Giorgos Keramidas, 2007/09/04
- Re: maximum buffer size exceeded, Peter Dyballa, 2007/09/04
- Message not available
- Re: maximum buffer size exceeded, Emilio Lopes, 2007/09/04
- 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 <=
- Re: maximum buffer size exceeded, David Kastrup, 2007/09/06
- 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