emacs-devel
[Top][All Lists]
Advanced

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

Re: On elisp running native


From: Andrea Corallo
Subject: Re: On elisp running native
Date: Sat, 28 Dec 2019 08:56:17 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> From: Andrea Corallo <address@hidden>
>> Cc: Eli Zaretskii <address@hidden>, address@hidden
>> Date: Fri, 27 Dec 2019 21:02:50 +0000
>> 
>> And this let me think to Eli's point on windows missing compatibility.
>> There's good chance that the reason for this is that libgccjit does use
>> dlopen&friends.  Actually these are exactly the features of libgccjit
>> infrastructure we do *not* use.
>
> I'm not sure I understood you, but dlopen, dlsym etc. (or their moral
> equivalents) are readily available on Windows; see src/dynlib.c.  So
> that cannot be the reason why libgccjit is not available on Windows.

Sure, but libgccjit AFAIU just calls directly dlopen
(gcc/gcc/jit/jit-playback.c:2650).

I've just found this interesting old thread:

https://gcc.gnu.org/ml/jit/2015-q3/msg00124.html

Andrea

-- 
address@hidden



reply via email to

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