UPDATE: Zenodo migration postponed to Oct 13 from 06:00-08:00 UTC. Read the announcement.

Conference paper Open Access

Bringing GNU Emacs to Native Code

Corallo, Andrea; Nassi, Luca; Manca, Nicola

Emacs Lisp (Elisp) is the Lisp dialect used by the Emacs text editor family. GNU Emacs can currently execute Elisp code either interpreted or byte-interpreted after it has been compiled to byte-code. In this work we discuss the implementation of an optimizing compiler approach for Elisp targeting native code. The native compiler employs the byte-compiler's internal representation as input and exploits libgccjit to achieve code generation using the GNU Compiler Collection (GCC) infrastructure. Generated executables are stored as binary files and can be loaded and unloaded dynamically. Most of the functionality of the compiler is written in Elisp itself, including several optimization passes, paired with a C back-end to interface with the GNU Emacs core and libgccjit. Though still a work in progress, our implementation is able to bootstrap a functional Emacs and compile all lexically scoped Elisp files, including the whole GNU Emacs Lisp Package Archive (ELPA). Native-compiled Elisp shows an increase of performance ranging from 2.3x up to 42x with respect to the equivalent byte-code, measured over a set of small benchmarks.

Files (515.8 kB)
Name Size
GCCEMACS_proceeding.pdf
md5:dc32750b10c96591564a4d9b68e00a08
515.8 kB Download
9,688
7,818
views
downloads
All versions This version
Views 9,6889,687
Downloads 7,8187,818
Data volume 4.0 GB4.0 GB
Unique views 9,0279,026
Unique downloads 7,1727,172

Share

Cite as