emacs-devel
[Top][All Lists]
Advanced

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

Re: Pure space and overflow question


From: Andrea Corallo
Subject: Re: Pure space and overflow question
Date: Fri, 21 Feb 2020 11:53:58 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> From: Andrea Corallo <address@hidden>
>> Date: Thu, 20 Feb 2020 18:04:04 +0000
>>
>> Looking at
>> https://www.gnu.org/software/emacs/manual/html_node/elisp/Pure-Storage.html
>> my understanding is that when pure space is overflowed no garbage
>> collection happen anymore.
>>
>> But I'm running an Emacs where I can evaluate:
>>
>> pure-space-overflow -> t
>>
>> (garbage-collect) -> ((conses 16 1469392 534996) ....)
>>
>> gc-elapsed -> 107.396662957
>>
>> Is this expected?
>
> If your Emacs was pdumped, yes.
>

If just a specific configuration needs a little more pure space what's
the way we prefer to handle this?

- Define SYSTEM_PURESIZE_EXTRA from the the configure.ac

- Just change SYSTEM_PURESIZE_EXTRA in puresize.h (as the doc says)

- Change it there but with an ifdef only for the specific configuration

- Something else?

Thanks

  Andrea

--
address@hidden



reply via email to

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