top | item 34054210

(no title)

mattarm | 3 years ago

> I am more excited by Emacs 30, mostly I like the ahead of time compilation of Lisp code.

Emacs has had an ahead of time compilation feature, "Native Compilation," since Emacs 28. Is this what you mean? Or is the Emacs 30 feature something different?

discuss

order

agumonkey|3 years ago

there's a flag to decide if you want AOT or on-load/on-demand native comp

yaantc|3 years ago

Emacs 28 has just in time compilation: the compilation happens lazily as a package is loaded. Ahead of time would means at installation time I guess.