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: Tue, 14 Feb 2023 05:23:57 +0200 Message-ID: <83pmaddj5e.fsf@gnu.org> References: <837cx8cey0.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5552"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org, larsi@gnus.org, rlb@defaultvalue.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 14 04:25:05 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 1pRlwG-0001Ds-Ez for ged-emacs-devel@m.gmane-mx.org; Tue, 14 Feb 2023 04:25:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRlvb-00083s-PJ; Mon, 13 Feb 2023 22:24:23 -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 1pRlva-00083W-G4 for emacs-devel@gnu.org; Mon, 13 Feb 2023 22:24:22 -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 1pRlvZ-00053N-4u; Mon, 13 Feb 2023 22:24:21 -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=1fqSYFv0KKSw8L8KYl/4muF+liqslmot3asTXKnF3uk=; b=kRv/UylHteCS tQEIm7gMCYLLct7PiHFw6PXBnVA6fCKaRlbepq4VXTUZ2HqOkFPUj47qcpdJSsxerYftrSidrZyqL Ls4exVphh7fJv2pHUHWSlZL33SaCU0d3EZT16hc/WwBppnuuQ5t9iuyYBDg8zpl9OLkX/CXqgqiFX RypKr9wn6QDmnV1GfiQxNcMwIlvFg6/9aWkjymN/xJmgJTu8VVkyQBK0Ssd5mFwE1lYrZTjILBOJi 6YLMoo1DoAdYS93TjMzxHFBMhJFB3qap65HJRyMcTJbReMUBDQtEgAy+OjXg4k/Ml9JXx4F7EwpXK dZyE8VXpruylR7GJ0TxonQ==; 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 1pRlvY-0006Ty-BR; Mon, 13 Feb 2023 22:24:20 -0500 In-Reply-To: (message from Andrea Corallo on Mon, 13 Feb 2023 19:34:43 +0000) 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:303252 Archived-At: > From: Andrea Corallo > Cc: Eli Zaretskii , emacs-devel@gnu.org, Lars Ingebrigtsen > , Rob Browning > Date: Mon, 13 Feb 2023 19:34:43 +0000 > > > when `comp-enable-subr-trampolines` is non-nil (and not a string) and > > ~/.emacs.d/eln-cache is not writable (e.g. because $HOME doesn't exist) > > we should produce the trampolines somewhere in > > `temporary-file-directory` (maybe by setting > > `comp-enable-subr-trampolines` to an appropriate string) > > I'm positive about the concept of staying on the safe side on this, I'm > just not a big fan of leaving `comp-enable-subr-trampolines' value > mutated. Dunno maybe we should just trying `temporary-file-directory' > as last resource in our search for a suitable place for a trampoline? If we do this, any reasons not to do that also for any other .eln files, not just trampolines?