emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS codegen


From: Helmut Eller
Subject: Re: MPS codegen
Date: Fri, 14 Jun 2024 21:26:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

On Fri, Jun 14 2024, Eli Zaretskii wrote:

>> Too bad.  This means the problem is probably Windows-specific
>
> Can the fact that Emacs on Windows uses its own implementation of
> malloc explain this problem?

Seems unlikely to me.

> More generally, what exactly has been changed wrt loading from the
> pdumper file since commit 219f7d5?

The file is first loaded (mostly) as before; then all objects from the
hot section are copied to a MPS managed region.  Finally the hot section
is discarded.

My hypothesis is that discard_dump is the problem.  The hot section
probably contains something that isn't properly copied and
dump_discard_mem seems to be a bit different on Windows.  Why it even
works on Linux is a mystery to me :-).



reply via email to

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