emacs-devel
[Top][All Lists]
Advanced

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

Re: pdumping "into" the executable


From: Paul Eggert
Subject: Re: pdumping "into" the executable
Date: Mon, 26 Feb 2018 14:07:29 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/26/2018 01:18 PM, address@hidden wrote:
Or, just turn the dump to a C file, then compile it
and do a second link.  Aside from (maybe hypothetical) C compiler
limits, that would be very portable.
But not redumpable.

Why couldn't it be redumpable? All that the user should need is a C compiler. That's not unreasonable.

Besides, the problem with a second link is that it might change the
relative positions of symbols within Emac

How could that be a problem? Symbols known to C code are known by their fixed offsets and the second link wouldn't change these offsets, and symbols not known to C code need to be reallocated anyway during loading.



reply via email to

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