From 9c5da5f27f0d53b2ce00f75a36bc9587cc91315c Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Fri, 1 Apr 2022 11:30:16 -0300 Subject: editors/emacs-devel: Note that NATIVECOMP is experimental Building Emacs with support for compiling elisp to native code is an interesting idea, but up to now there are no obvious performance improvements. There are problems though. Background compilation can eat up CPU, Emacs may fail to build (e.g., bug 2629490), and some dependent ports may encounter problems. Thus, note that the option is experimental to give users reasonable expectations. Discussed with: abbe, yasu Sponsored by: The FreeBSD Foundation --- editors/emacs-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index fb6fc88028cd..ebd2254a0941 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -112,7 +112,7 @@ M17N_DESC= M17N support for text-shaping [implies XFT] MAGICK_DESC= ImageMagick image processing support (deprecated) MAILUTILS_DESC= Mail framework via GNU Mailutils MODULES_DESC= Dynamic modules support -NATIVECOMP_DESC= Emacs Lisp native compiler support +NATIVECOMP_DESC= Emacs Lisp native compiler support (experimental) OTF_DESC= Opentype fonts [implies XFT] PGTK_DESC= Pure GTK GUI [implies CAIRO, GTK3] SCROLLBARS_DESC= Toolkit scroll-bars -- cgit v1.2.3