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: Suppressing native compilation (short and long term) Date: Wed, 05 Oct 2022 17:17:18 +0300 Message-ID: <83wn9es6c1.fsf@gnu.org> References: <87bkqxf1ij.fsf@tethera.net> <8335c9dkyf.fsf@gnu.org> <83tu4odez7.fsf@gnu.org> <871qrrpkgx.fsf@trouble.defaultvalue.org> <834jwnbi6c.fsf@gnu.org> <87mtafnun5.fsf@trouble.defaultvalue.org> <83sfk6ahty.fsf@gnu.org> <8735c6b0wo.fsf@gnus.org> <87y1ty9lha.fsf@gnus.org> <87lepym6ok.fsf@trouble.defaultvalue.org> <877d1i9h7k.fsf@gnus.org> <83edvqyr3q.fsf@gnu.org> <874jwl8e4p.fsf@gnus.org> <87pmf64beo.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2142"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akrl@sdf.org, rlb@defaultvalue.org, monnier@iro.umontreal.ca, david@tethera.net, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 05 16:36:21 2022 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 1og5VV-0000Kt-EE for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Oct 2022 16:36:21 +0200 Original-Received: from localhost ([::1]:34238 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1og5VU-0001I7-9L for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Oct 2022 10:36:20 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1og5DN-0002iL-TX for emacs-devel@gnu.org; Wed, 05 Oct 2022 10:17:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58316) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1og5DM-0007LF-QP; Wed, 05 Oct 2022 10:17:36 -0400 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=0SaoliZ4GeSB19Z4DU2PVL+pz88IWA6ZTPFEo8fuYf8=; b=ps67+k3s555u 9Kc7piPYj7NSoP4hupTJf5+jcYyz11tYYaRjoC6WCAhaSTZp+du6Mst6hnzOi45C/JUCDSpY9cjOH s7W9hMXRDi5kjdWTRlNmiRLgvV7B8hTkzFcATIjBNQ0CWJdLZmorOxQnc6bQsFWNiEmJwUnkHugSi F9URxDTbFOxW/dc1cnQid/sb7AsutIQmfDQXylGYCqko/9ZV3Wi23ZjjTT2zRb1n/EHWAb7LJJT+t PpTYGYDjUiG3ozBb7WbuienZVH7yGNrRwhmYSBO3tYwXNRDlVIpXva/tnpcZmWkhiSgVTGSbi9dFr 2eQfD4NE/gIIzvIYxf1L4A==; Original-Received: from [87.69.77.57] (port=2140 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 1og5D6-0000T5-9d; Wed, 05 Oct 2022 10:17:35 -0400 In-Reply-To: <87pmf64beo.fsf@gnus.org> (message from Lars Ingebrigtsen on Wed, 05 Oct 2022 16:01:35 +0200) 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:296971 Archived-At: > From: Lars Ingebrigtsen > Cc: Eli Zaretskii , rlb@defaultvalue.org, > monnier@iro.umontreal.ca, david@tethera.net, emacs-devel@gnu.org > Date: Wed, 05 Oct 2022 16:01:35 +0200 > > > As maintainer of comp.c and related I ask to have this changeset > > reverted and then we restart thinking again what's the best change (if > > any) needed here. > > I don't see any advantages to doing that -- the changes that are in now > seem to work fine for the stated use cases (which are both "don't write > to $HOME while testing" That use case is not yet clear, not at all. > and "I want to use a AOT-compiled Emacs, but don't do any further > JIT compilation while running Emacs"). This use case makes no sense at all.