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, 28 Jan 2023 20:09:35 +0200 Message-ID: <83zga28ra8.fsf@gnu.org> References: <837cx8cey0.fsf@gnu.org> <83357vauh5.fsf@gnu.org> <837cx6a8me.fsf@gnu.org> <83357ua6ja.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15046"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, akrl@sdf.org, larsi@gnus.org, rlb@defaultvalue.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 28 19:10:11 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 1pLpeU-0003kc-VQ for ged-emacs-devel@m.gmane-mx.org; Sat, 28 Jan 2023 19:10:11 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pLpe9-0006Rx-EG; Sat, 28 Jan 2023 13:09:49 -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 1pLpe7-0006RV-Uh for emacs-devel@gnu.org; Sat, 28 Jan 2023 13:09:47 -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 1pLpe7-0006LR-DG; Sat, 28 Jan 2023 13:09:47 -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=DP4O48ehoMmA35qjdmi2AlQxFZDy1pBQMzoqEXgAIL4=; b=l6yQ74qlaNoz Jzdjs0kKFxtIAzRuahap7XQCHWgM/e5DMawLkfp1riqwc09JHd/68HylSj87za+C8w2csn3AZcZxw RcFz5Vp/TUEOH2sFnVYtjT0Wz77s3wgN5285J1RdJJP+tsaQ7uG2PWHydmtovCeiCylJpn1RwQDWC mC1URNq46NK7Vshy8DtObdhhdmBtXXbe+lM6bc+4jWyc/Fe2YQ+qtzPBgbX0wcSIWULCrwaiGzTE6 mycwcTT4Gfc3fzX2DnH+Qedd3TtalU1LoGoEbFssv81qg2C35MtC8kh7uRiud+h6VFhn95bRVfI3m IRQge46uTIiANjp2JjsL4w==; 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 1pLpe6-0007kz-KB; Sat, 28 Jan 2023 13:09:46 -0500 In-Reply-To: (message from Stefan Monnier on Sat, 28 Jan 2023 13:00:48 -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:302727 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org, akrl@sdf.org, larsi@gnus.org, rlb@defaultvalue.org > Date: Sat, 28 Jan 2023 13:00:48 -0500 > > >> And we do have a solution: pregenerate the trampolines. > > So you are saying that the "prevent writing trampolines" part of > > inhibit-automatic-native-compilation is not needed? > > I'm saying it's only needed temporarily, until we fix our compilation > system so trampolines are pregenerated. Can we decide that "temporarily" we will write trampolines even if native-compilation was disabled, i.e. go back to what we had in Emacs 28?