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

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

Re: Displays defconst string in help buffer


From: Emanuel Berg
Subject: Re: Displays defconst string in help buffer
Date: Sun, 13 Nov 2022 18:11:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Heime wrote:

>> https://dataswamp.org/~incal/conf/.zsh/install-emacs
>
> Yes, I build from source.

Do you also configure with --with-native-compilation ?

This will speed up things a lot.

On a Debian-type system, install libgccjit-10-dev, that's
where the capability resides that can translate Elisp into
machine code.

It says JIT but it doesn't seem to happen that way, rather it
compiles natively and caches every time you start Emacs and it
loads something that isn't already cached (say a byte-compiled
Elisp file).

You still want to byte-compile tho for educational reasons not
the least ...

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




reply via email to

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