2016-01-15 11:18 GMT+01:00 Eli Zaretskii <eliz@gnu.org>:
> Cc: emacs-devel@gnu.org
> From: Jussi Lahdenniemi <jussi@aprikoodi.fi>
> Date: Fri, 15 Jan 2016 11:35:20 +0200
>

> A proposal patch is attached.  Reallocs needed some additional care, as
> there are two special cases to handle (source being in dumped memory,
> and source and destination alignments mismatching).

Thanks.  Fabrice, any comments to the patch?

I think the 9X-specific code should be #ifdef'ed away in 64-bit
builds, is that right?  The alignment code and the "p - 1" stuff is
wrong for 64-bit code anyway, I think.

I think it would be better, yes. Anyway, a 64 bit build won't run on W98.

Fabrice