Page MenuHomeSolus

Add just-in-time (jit) language option to gcc build
Open, LowPublic

Description

The currently in development and upcoming Emacs 28 release has merged gccemacs. This feature adds support for compiling Emacs Lisp to native code using libgccjit resulting (hopefully) in greatly improved run-time performance.

Adding --enable-languages=jit,(etc) to the gcc build provides libgccjit.so.

Event Timeline

DataDrake moved this task from Backlog to Improvement on the Software board.
DataDrake added a subscriber: DataDrake.

At the moment nothing requires this so it doesn't need to happen until emacs is updated to 28.X.

At the moment nothing requires this so it doesn't need to happen until emacs is updated to 28.X.

enabling libgccjit would make absolutely easier compiling 28.0 branch for those who use pre-release version of emacs.

branch for those who use pre-release version of emacs.

Not sure why we should need to be the ones to put in the work for that then.