emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] [WIP] Port feature/native-comp to Windows.


From: Andrea Corallo
Subject: Re: [PATCH] [WIP] Port feature/native-comp to Windows.
Date: Sat, 09 May 2020 16:27:18 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Nicolas Bértolo <address@hidden> writes:

> PS: I don't understand why the freloc table is necessary. Is it impossible to
> rely on the dynamic linker to solve that when calling dlopen()?

The problem is that being Emacs an executable we do not export the
symbols to be used by the dynamic linker.

I think it should be possible (depending on the tool-chain) but I never
tried.  What I'm not sure of is how much is it portable given is not a
common scenario.  Because typically afterwards the answer comes up to be
"not enough" at the time I decided to handle it inside, the generated
code should be similar.

Also consider we need to have the list of all subr anyway for compiling.

Andrea

-- 
address@hidden



reply via email to

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