emacs-devel
[Top][All Lists]
Advanced

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

Re: Finalizing 'inhibit-automatic-native-compilation'


From: Aymeric Agon-Rambosson
Subject: Re: Finalizing 'inhibit-automatic-native-compilation'
Date: Fri, 10 Feb 2023 18:34:25 +0100
User-agent: mu4e 1.6.10; emacs 28.1


Le vendredi 10 février 2023 à 16:53, Andrea Corallo <akrl@sdf.org> a écrit :

Unfortunatelly it is not, in posix to dynamically load code dlopen is
used and a file is necessary.  See DLOPEN(3)

So what happens exactly when we pass nil as the last argument of `comp--native-compile' ? Is a temporary file created ?

The line :

(unless inhibit-automatic-native-compilation

Could be replaced with :

(unless (equal comp-enable-subr-trampolines 'compile-but-no-output)

I'd say this is still possible anyway.

Best,

Aymeric




reply via email to

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