emacs-devel
[Top][All Lists]
Advanced

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

Re: MPS: Loaded pdump


From: Eli Zaretskii
Subject: Re: MPS: Loaded pdump
Date: Tue, 14 May 2024 20:49:59 +0300

> From: Gerd Möllmann <gerd.moellmann@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>,  emacs-devel@gnu.org
> Date: Tue, 14 May 2024 17:46:49 +0200
> 
> It's more that nothing in pdumper enforces objects to be contiguous. If
> O1 and O2 are pointers to adjacent objects in the dump, then nothing
> enforces that O1 + O1.size == O2. I didn't want to assume that is the
> case if nothing makes it sure.

Isn't that how pdumper.c works?  After dumping an object, it moves
pointer to immediately after it.  No?



reply via email to

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