unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: storm@cua.dk (Kim F. Storm)
Cc: help-gnu-emacs@gnu.org, emacs-devel@gnu.org
Subject: Re: maximum buffer size exceeded
Date: Thu, 06 Sep 2007 00:59:38 -0400	[thread overview]
Message-ID: <E1IT9Ss-0004zR-5Y@fencepost.gnu.org> (raw)
In-Reply-To: <873axt1e6d.fsf@kfs-lx.testafd.dk> (storm@cua.dk)

    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.

  parent reply	other threads:[~2007-09-06  4:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <uk5r9in1f.fsf@yahoo.com.br>
     [not found] ` <ct4pidqnvf.fsf@freenet.de>
     [not found]   ` <u1wdgn3wq.fsf@yahoo.com.br>
     [not found]     ` <87ejhgdux0.fsf@lion.rapttech.com.au>
     [not found]       ` <mailman.254.1188847491.18990.help-gnu-emacs@gnu.org>
     [not found]         ` <87veaqr5l2.fsf@kobe.laptop>
     [not found]           ` <utzqatc3x.fsf@gnu.org>
2007-09-05 12:37             ` maximum buffer size exceeded Kim F. Storm
2007-09-05 15:00               ` Stefan Monnier
2007-09-05 15:14                 ` Jason Rumney
2007-09-05 16:08                   ` Stefan Monnier
2007-09-06  4:59               ` Richard Stallman [this message]
2007-09-06  5:44                 ` David Kastrup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IT9Ss-0004zR-5Y@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=storm@cua.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).