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: Andrea Corallo
Subject: Re: Finalizing 'inhibit-automatic-native-compilation'
Date: Mon, 13 Feb 2023 21:53:56 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> I'm positive about the concept of staying on the safe side on this, I'm
>> just not a big fan of leaving `comp-enable-subr-trampolines' value
>> mutated.
>
> I can relate to that :-)
>
>> Dunno maybe we should just trying `temporary-file-directory' as last
>> resource in our search for a suitable place for a trampoline?
>
> Fine by me.  The main issue is that this dir can be "dangerous" so we
> need to use `make-temp-file` or something equivalent.

Mmmh, we already use the `make-temp-file' machinery anyway for every
compilation, but to understand if this is sufficient or doesn't help at
all, I should understand more on why using `temporary-file-directory' is
dangerous and in which context.

Thanks

  Andrea



reply via email to

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