diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2025-04-04 16:29:05 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2025-04-04 17:18:14 -0300 |
commit | 751f7af706f77ca5f66a803f1a934417a3ca58f7 (patch) | |
tree | eac0ab9e3edc7b5e29d3eb694dee02cf10f62de0 /filesystems | |
parent | editors/emacs: Add pkg-message to SUB_FILES (diff) |
editors/emacs: Disable NATIVECOMP by default for nox flavor
Emacs now includes a feature called native compilation, which compiles
elisp function definitions into native machine code. Unlike
byte-compiled code, natively-compiled elisp runs directly on the CPU,
providing a speedup of 2.5 to 5 times, depending on the workload. [0]
Native compilation requires GCC. Since this is a large dependency,
disable NATIVECOMP by default for the nox flavor, which is often used
for minimal installations.
[0] https://www.gnu.org/software/emacs/manual/html_node/elisp/Native-Compilation.html
Requested by: manu
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'filesystems')
0 files changed, 0 insertions, 0 deletions