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: Sun, 02 Oct 2022 21:58:48 +0300 Message-ID: <83ill2yrvb.fsf@gnu.org> References: <87bkqxf1ij.fsf@tethera.net> <8335c9dkyf.fsf@gnu.org> <83edvqafr7.fsf@gnu.org> <83h70m19yv.fsf@gnu.org> <83bkqu17nd.fsf@gnu.org> <87a66em5qa.fsf@trouble.defaultvalue.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20757"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tomas@tuxteam.de, emacs-devel@gnu.org To: Rob Browning Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 02 21:01:39 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 1of4Db-0005JK-Hi for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 21:01:39 +0200 Original-Received: from localhost ([::1]:46422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1of4Da-0005uQ-JU for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Oct 2022 15:01:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of4Az-0003gn-15 for emacs-devel@gnu.org; Sun, 02 Oct 2022 14:58:57 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33340) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of4Ay-00024r-K7; Sun, 02 Oct 2022 14:58:56 -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=JOtsa+wsJyQebqOH8+ok1wSZq2yzEm3XmDDd0fpeT/Y=; b=GdPKSG50UMm7 uU/uA1gpTKWPnLrKaS7Lk00504/Apb52987564tq7jmuZX0F721MSZz1HOyucDHLWnl9e00zG9iOx dc1hUpAR7VXWpRut4dZiGa4GtZnXJRcNzrBOshAVw2OSwNc+pZQ3WdV4RZHjjs6wEffxyEwRXE8Nb p2aE7qIgFMYp8kGF3Az9uWtJYbmBAciNp8YP1nSUCvDYjKGfrm7iNgwnqIk9txiAzWo2hTVIeFjnE IRFEso+r5BxagJjH/BRMadw5pJvABwdmrL6nD/cAyZfZcYxJzfP6kRxabdbpzdlKc2UujUpWbgv+b Dv1aXZp64Qi+NxRYLSg8FQ==; Original-Received: from [87.69.77.57] (port=1909 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 1of4Ay-0004li-2W; Sun, 02 Oct 2022 14:58:56 -0400 In-Reply-To: <87a66em5qa.fsf@trouble.defaultvalue.org> (message from Rob Browning on Sun, 02 Oct 2022 13:37:49 -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" Xref: news.gmane.io gmane.emacs.devel:296689 Archived-At: > From: Rob Browning > Cc: emacs-devel@gnu.org > Date: Sun, 02 Oct 2022 13:37:49 -0500 > > Eli Zaretskii writes: > > > I already did: the probability of different users to produce different > > *.eln files from the same *.el sources is high > > As mentioned in another message, not in Debian's infrastructure. It'd > be impossible (wrt the shared, system-level .elc and/or .eln files), > *if* we ended up deciding to pursue system-level .eln files. Which IMO a significant limitation that is the direct result of such a decision. Right? Whereas leaving it up to the users to produce *.el in the JIT manner lifts this limitation.