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: Thu, 02 Dec 2021 21:39:49 +0200 Message-ID: <83wnkm94oq.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37045"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 02 20:41:41 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 1msrxc-0009TA-Hs for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 20:41:40 +0100 Original-Received: from localhost ([::1]:57288 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msrxb-0001w0-Eu for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 14:41:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52812) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msrw2-0000Kh-4X for emacs-devel@gnu.org; Thu, 02 Dec 2021 14:40:02 -0500 Original-Received: from [2001:470:142:3::e] (port=60160 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 1msrw1-0004tW-P1; Thu, 02 Dec 2021 14:40:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Ow+hYbjcjPWKiJJ0uTgq25Cf8sQzV9DJWdl4sayzjW8=; b=K8MwHsfy9bf6 e0n+JTk85e1NCNK3wFmEiQvCvjhQhX9+B8v9UKoaOoOY3sLg5qxD48GlPrV0xND/XAeGotgK1p+9c Cu0jKPHJXAx5vP+O+yRN54Zv+VODGFMkUJ8exVfv3AxbGKNWGRiCtPTXIC+GhU6AgTkILr9+DaLwa a/9gCHKDH1jYHy+2i2ckhpfc9hRQVI5jXdH13H06J8PIwTTaTy+ViJQaoGmniSXaDoG9dO+pBxVC+ G6aA2ianJvngtnyKo+w8Z8fGhj0C7t4W1gce9Q2DgjIoY0nhRlqfG1dPHMq4UDz7kXJYOlRRTlQOM D7az06GestVrFYIlJZeKuw==; Original-Received: from [87.69.77.57] (port=4536 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 1msrw1-0002Qk-Gj; Thu, 02 Dec 2021 14:40:01 -0500 In-Reply-To: (message from Andrea Corallo on Thu, 02 Dec 2021 19:25:38 +0000) 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:280779 Archived-At: > From: Andrea Corallo > Cc: Eli Zaretskii > Date: Thu, 02 Dec 2021 19:25:38 +0000 > > ATM native compilation is off by default and must be enabled manually > when configuring. > > IIRC was mentioned by Eli (forgive me if I'm mistaken) that we might > want to enable it automatically when configure identifies the presence > of libgccjit on the system. > > That's just a reminder cause *if* we want to do this I guess this is the > last call for 28. I think we should do that on master, not in Emacs 28.