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: Finalizing 'inhibit-automatic-native-compilation' Date: Sat, 04 Feb 2023 22:08:46 +0200 Message-ID: <835ychtcq9.fsf@gnu.org> References: <837cx8cey0.fsf@gnu.org> <83357vauh5.fsf@gnu.org> <837cx6a8me.fsf@gnu.org> <83357ua6ja.fsf@gnu.org> <83zga28ra8.fsf@gnu.org> <83r0vd97s0.fsf@gnu.org> <83lell73yv.fsf@gnu.org> <83k0145guk.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39493"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rms@gnu.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Lynn Winebarger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Feb 04 21:09:30 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 1pOOqn-000A6F-UH for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Feb 2023 21:09:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pOOq6-0005eI-QW; Sat, 04 Feb 2023 15:08:46 -0500 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 1pOOq5-0005dy-W7 for emacs-devel@gnu.org; Sat, 04 Feb 2023 15:08:46 -0500 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 1pOOq4-0003R2-Qn; Sat, 04 Feb 2023 15:08:44 -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=OVDU0ZmeUNR40iPZsKx28OLgQR1bTRYcYHfsSwiRlCU=; b=T8YFJp/pdJ3p cKSjS8rM6LuChbgAR1WEcBAllkBab3bftAiegnS9MQ7gjH4vqUNdueW0gbppCk7f09BoNyu1w1PVX ZQry8FyUiUvZZMUZrW7Rpz1b+g4IK/sn0ZFtXNdpPKCvhq+AlQMqPVWHJ1iIthIAYTzCZjszwti5G kQSN7gKB8j7nBKibAi3HH9CtNWsR6wUjOBcaP2UFJQ87AKfv9DEu2uW0NzKPGdNQCKYDViQvR31+8 KBXB2blcbk/0aKVHons0ueOcP4HH24tMugbRpMngFEj06+Yw2jVfMYUDzGyvEKId1eYCo476M2qnw 76Vy9sqVrStHMoWoh9MyOA==; Original-Received: from [87.69.77.57] (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 1pOOpy-0003eB-9Z; Sat, 04 Feb 2023 15:08:38 -0500 In-Reply-To: (message from Lynn Winebarger on Sat, 4 Feb 2023 14:55:27 -0500) 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:302983 Archived-At: > From: Lynn Winebarger > Date: Sat, 4 Feb 2023 14:55:27 -0500 > Cc: Stefan Monnier , eliz@gnu.org, emacs-devel@gnu.org > > > The node Advising Named Functions in the Emacs Lisp Reference says: > > [...] Especially, Emacs's own source files should not put > > advice on functions in Emacs. (There are currently a few exceptions > > to this convention, but we aim to correct them.) > > Are those exceptions considered bugs? Not necessarily. But this should be used rarely and only if there's no better way. > Something in emacs is putting advice on call-interactively. When I > extended the baseline dump to include essentially all libraries > included with emacs with native-compilation, it caused an infinite > (asynchronous) regress while compiling the trampoline for > call-interactively. I wasn't aware of this until /tmp filled up. Is this with Emacs 28 or Emacs 29?