git: 9c5da5f27f0d - main - editors/emacs-devel: Note that NATIVECOMP is experimental

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Fri, 01 Apr 2022 14:55:23 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c5da5f27f0d53b2ce00f75a36bc9587cc91315c

commit 9c5da5f27f0d53b2ce00f75a36bc9587cc91315c
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-04-01 14:30:16 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-04-01 14:54:07 +0000

    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