help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Any reason not to use native compilation mode?


From: Emanuel Berg
Subject: Re: Any reason not to use native compilation mode?
Date: Thu, 12 Oct 2023 13:49:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Jonathon McKitrick via Users list for the GNU Emacs text editor wrote:

> Assuming it works without issue, what are the tradeoffs?
> I believe I read somewhere there's a higher memory usage
> with native compilation. Is there any other cost?

Compilation time, especially with ahead-of-time, as in

  --with-native-compilation=aot

but then you don't get the somewhat disruptive messages when
there are warnings from just-in-time compiled Elisp packages.
And you also don't build Emacs that often, so it is better to
do it once and for all and then not having to bother about
it, really.

But even a modern multicore computer gets semi-unresponsive
back and forth for a long time, so one can build Emacs and
then go and do laundry or something while it processes ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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