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 09:04:36 +0100
User-agent: mu4e 1.6.10; emacs 28.1


Le jeudi 9 février 2023 à 09:52, Eli Zaretskii <eliz@gnu.org> a écrit :

Are you saying that it is not selective enough, and that in
some cases you needed to disable only trampolines for specific subrs?

This is already possible with the variable `native-comp-never-optimize-functions'.

This is what we've used for the cases I've presented. For projectile for instance :

(with-eval-after-load 'comp
(push 'insert-file-contents native-comp-never-optimize-functions))




reply via email to

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