From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Native compilation on as default? Date: Wed, 25 Oct 2023 10:11:36 -0400 Message-ID: References: <83legs281v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37698"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 25 16:12:38 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qvecg-0009cm-Fu for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Oct 2023 16:12:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvebl-0005hQ-VV; Wed, 25 Oct 2023 10:11:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvebh-0005go-S8 for emacs-devel@gnu.org; Wed, 25 Oct 2023 10:11:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qvebh-0007oi-KI for emacs-devel@gnu.org; Wed, 25 Oct 2023 10:11:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Khbc70aJe5bKfH7bkYSzhh9dNuP3LE0Csbeebc/DVNM=; b=QYM8+PSg9mYTfHcFHPwV iuzAKsFYteU7r230Z+1yKRolt9kj2yyz19TsmHi2I0F0FENGVL/xCk7t3y6FE/1W5N54WKuZTzZp8 nNrZ4zgrZdaFJ2w1ZPLJ7RpecUEi6ZI6B93kSgKUeBQR7Lauf0Fe4JarCpmmZ7B74NS9J33T0ICeT 71OZ8fxa2L7BXj6DmsaHOOMxwhizir/TrKtw/OeksalTqQUjhEL9ESw3pMdhuTI2zHPdFJSNc1cO+ MU/Zy4xm6QX0hdBt8fcP4J8a5JjCuveDpTVR205dHLO30xJpXt1e10zopgkE5V6KDe9P7Qsxz1Vnx Lhq1bhdRxsNzjg==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qvebg-0003OD-Nd; Wed, 25 Oct 2023 10:11:36 -0400 In-Reply-To: <83legs281v.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 09 Jun 2023 14:23:40 +0300") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:311846 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Date: Thu, 08 Jun 2023 04:44:12 -0400 >> >> native compilation was off by default in 28 and same will be for 29. I >> believe the 28 series proved this feature to be stable. >> >> Also I read a number of dristros (Fedora, Debian, openSUSE, Arch, >> Gentoo, NixOS, Guix) offer Emacs with native compilation on. >> >> What about having it on as default for emacs 30? In case two scenarios: >> >> 1- On by default when libgccjit is present otherwise off. >> >> 2- On by default and if libgccjit is not present we raise a complain at >> configure time, the user can either install libgccjit or manually >> indicate --with-native-compilation=no. >> >> WDYT? > > I'd like to wait with this decision until after Emacs 29.1 is out. We > made several non-trivial changes in native compilation in Emacs 29, so > I'd like to see how it fares and how it is received by the community. Hi Eli, 29.2 pretest out reminded me I promised to ping this thread so here I'm :) Best Regards Andrea