Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Emacs lisp can be compiled into bytecode (*.elc files) for faster execution.

Native compilation takes bytecode and compiles (all while doing some smart things like type and value propagation) it into machine code utilising libgccjit.

This results in some very nice speed gains.

The author described the project in his blog here: https://akrl.sdf.org/gccemacs.html



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: