emacs-devel
[Top][All Lists]
Advanced

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

Re: dump-emacs doesn't fail even if Pure Lisp storage overflows


From: Stefan Monnier
Subject: Re: dump-emacs doesn't fail even if Pure Lisp storage overflows
Date: Fri, 20 Jan 2006 12:51:03 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

> But, the problem is that building of Emacs proceeds even if
> this message is shown:

> Pure Lisp storage overflow (approx. 1173352 bytes needed)

> And, the resulting emacs behaves very strangely.

IIRC what happens is that it doesn't do GC, other than that it should
behave normally.  It is useful for bootstrapping to be able to get an Emacs
that works well enough to byte-compile some files (which will then use less
Pure storage next time we dump them).

A pure lisp storage overflow is a serious bug that neds to be fixed, but
I don't think it's a good excuse to refuse to build an `emacs' executable.


        Stefan




reply via email to

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