Post #2745828
2026-05-21 05:22 UTC
@yantar92@fosstodon.org
By current do you mean emacs 22/23/24/25/26 ?
@marcoxa@mastodon.social @mdhughes@appdot.net @me
Replies (1)
-
@yantar92@fosstodon.org 2026-05-21 05:25
@screwlisp@gamerplus.org @marcoxa@mastodon.social @mdhughes@appdot.net @me Native compilation, AFAIR, is since Emacs 28. It is utilizing libgccjit to compile ELisp into native binaries (just in time). Since Emacs 28 there have been slow developments on optimizing it even further - there is a work on type system and potentially type hints that may then be translated to better type-aware optimization.