From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Enabling native compilation by default when libgccjit is present Date: Fri, 03 Dec 2021 20:30:26 +0200 Message-ID: <83sfv97d8d.fsf@gnu.org> References: <83wnkm94oq.fsf@gnu.org> <87y251vdeh.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25306"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, akrl@sdf.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 03 19:32:35 2021 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 1mtDMI-0006Qe-MY for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 19:32:34 +0100 Original-Received: from localhost ([::1]:37498 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtDMH-0005wE-MS for ged-emacs-devel@m.gmane-mx.org; Fri, 03 Dec 2021 13:32:33 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58056) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtDKO-00044D-9t for emacs-devel@gnu.org; Fri, 03 Dec 2021 13:30:36 -0500 Original-Received: from [2001:470:142:3::e] (port=45336 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtDKN-0000fd-VK; Fri, 03 Dec 2021 13:30:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=LUNZEqWTl3PUdqwScs3ojqJeHQrhEIX9Pz0wClWJdek=; b=MqGpYCrY6GL0o9bjM9l+ lPBIrWf37E/GQIthQGGtmSCWoMY2aynO9huDy07UyzAjdtWoT2g0Jbapl9ROqZ9J3DuFVlxaVSBeR vA2awrx2RTSuhDkio3bK9k/0yKVNO/20B3Rqxh4+IiKUi3eIA9d11aebrYF1ob8XjEcZSLYXmlIGk C5hER+FWf4T1Xh1dIVMaYQg02/v89yBmUmHAJmNkBjPX1a3MaKDXpIxvgXgRxt6jlpg1/IOmR4Y45 AY9z5xx5UFgdhJAjVpmDLZanfLWmZchGXG8TdMHH0m9nIZ9/sQC+hduxjRm0XlRkeEnylF4ReiUh8 BqDze8MaewJIBQ==; Original-Received: from [87.69.77.57] (port=2172 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtDKN-0000iT-NJ; Fri, 03 Dec 2021 13:30:36 -0500 In-Reply-To: <87y251vdeh.fsf@gnus.org> (message from Lars Ingebrigtsen on Fri, 03 Dec 2021 17:52:54 +0100) 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" Xref: news.gmane.io gmane.emacs.devel:280855 Archived-At: > From: Lars Ingebrigtsen > Cc: Andrea Corallo , emacs-devel@gnu.org > Date: Fri, 03 Dec 2021 17:52:54 +0100 > > Eli Zaretskii writes: > > > I think we should do that on master, not in Emacs 28. > > I'm not sure that we should default it to "on" on master -- just because > it makes the build take that much longer, and I'm not sure we should > expose people casually building Emacs to that. (And think of the CO₂ > effects.) So you think we should never make it the default?