emacs-devel
[Top][All Lists]
Advanced

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

Re: Enabling native compilation by default when libgccjit is present


From: Óscar Fuentes
Subject: Re: Enabling native compilation by default when libgccjit is present
Date: Sun, 05 Dec 2021 18:10:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

"Jose A. Ortega Ruiz" <jao@gnu.org> writes:

> I'd be curious to know where people are seeing speedups.

In my experience nativecomp is somewhat noticeable while using lsp-mode.

Otherwise, not much, if at all.

The reason for this is not hard to understand for anyone with a little
bit of knowledge about binary code optimization. For instance, if your
Elisp code consists on invoking opaque C primitives, the gain of
compiling it to machine instructions will be mostly irrelevant.




reply via email to

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