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: Sat, 04 Dec 2021 09:26:08 +0200 Message-ID: <83h7bo7rvz.fsf@gnu.org> References: <87czmdqpv9.fsf@web.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4341"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 04 08:29:49 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 1mtPUS-0000x1-IL for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Dec 2021 08:29:48 +0100 Original-Received: from localhost ([::1]:47920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mtPUQ-0003VJ-BV for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Dec 2021 02:29:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:49690) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mtPR4-0000Z7-RN for emacs-devel@gnu.org; Sat, 04 Dec 2021 02:26:18 -0500 Original-Received: from [2001:470:142:3::e] (port=51984 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 1mtPR3-0002on-Dd; Sat, 04 Dec 2021 02:26:17 -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=EYjSdd/ZLOqDn5UN3/bWi1rDLToN1p1AiHS2CldvXc0=; b=kbA1fx00G3jV +W4wDyu4JY90RcM+i29LRZfjP8p3DsMvhrF8amJfFot3MfE5xSaYrnB+a5sMNP/5aJVt+Gj8nmf8c r9ei62W9tlIFyudBcoAcq9Bp+DeWJ1WRIMRC8HArshC8tHS89xHmq0hVJSAzpCASBBMSpqcKBhmTk eSTRpbAznLkVb7hjSvgjNGc/Mj6/Jj5Tdz/7rdAFTKu4b8ryOkFZgTlKzERzYN1cgk8OKIqrebC0R U+qMwSMx0xZhu19npMqT60OIW1j/Pzqrno7Yx/ghrmN3h3ouYTK52xRQuXTzipfXUiOxZVV9CDaMn GStBz4YZsXflo4ndamN1PQ==; Original-Received: from [87.69.77.57] (port=2216 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 1mtPR2-0004PT-Ta; Sat, 04 Dec 2021 02:26:17 -0500 In-Reply-To: <87czmdqpv9.fsf@web.de> (message from Michael Heerdegen on Fri, 03 Dec 2021 23:34:50 +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:280892 Archived-At: > From: Michael Heerdegen > Date: Fri, 03 Dec 2021 23:34:50 +0100 > > Andrea Corallo writes: > > > 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 was the call for me to try it now. Seems to work fine! - but I was > and still am a bit annoyed by the compiler warnings that pop up whenever > an action cause a package to load (seemingly). These popups interrupt > workflow and sometimes even cause the selected window to loose input > focus. Is this normal? It is normal, yes. You are supposed to either fix the warnings by adding the missing 'require's, or tell Emacs not to natively-compile the files where you don't want that (like your init files), or customize the option to turn off the warnings.