bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#36649: 27.0.50; pure space and pdumper


From: Stefan Monnier
Subject: bug#36649: 27.0.50; pure space and pdumper
Date: Wed, 12 May 2021 15:12:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen [2021-05-12 19:58:46] wrote:
> Eli Zaretskii <eliz@gnu.org> writes:
>>> How crippled are we talking?
>> As in "less efficient".

It will be less efficient, indeed, because the GC will take longer
because it will also traverse the part of the heap that used to live in
the purespace.  This effect is more noticeable in sessions where the
heap is small (and hence what used to be purespace represents a more
significant fraction of the total) and becomes unmeasurable once the
heap becomes large enough to dwarf the purespace.

But please note that we have all been living with exactly this
inefficiency ever since we started using pdump.  So while it will be
slightly less efficient, it will still be as efficient as what we get
with pdump, which I believe we all consider as acceptable.


        Stefan






reply via email to

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