Live data from Hacker News

Native Elisp Compilation landing in Master soon

lists.gnu.org

1–10 of 12 posts

Re: Native Elisp Compilation landing in Master soon

#3
post #2

From an Quick google I was unable to find any benchmarks. Does anyone have any anecdata?

I started using the native-comp branch a few months ago and have had no issues. As for performance, I haven’t benchmarked but things are noticeably faster and smoother. I’m on macOS and my main issue was the display going blank for a few milliseconds, and I’m no longer seeing that so a huge win in that regard! General search and completion seem faster too

Re: Native Elisp Compilation landing in Master soon

#9
post #8
post #7

Native compilation will need to be manually enabled on init.el or is already enabled by default?

Currently (with the native-comp branch) you have to enable it in your init.el, I assume that behavior will remain. E.g.: (setq comp-speed 3)

Use comp-speed 2 for Emacs as a whole though. 3 will break some semantics of the language if I understand correctly.
Post reply on HN