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: Mon, 13 Feb 2023 17:37:28 +0200 Message-ID: <831qmtfufb.fsf@gnu.org> References: <837cx8cey0.fsf@gnu.org> <83fsb9g0ts.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31152"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, larsi@gnus.org, monnier@iro.umontreal.ca, rlb@defaultvalue.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 13 16:38:49 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 1pRaum-0007tp-Fv for ged-emacs-devel@m.gmane-mx.org; Mon, 13 Feb 2023 16:38:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pRaty-0006Gr-RU; Mon, 13 Feb 2023 10:37:58 -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 1pRatw-0006FO-U2 for emacs-devel@gnu.org; Mon, 13 Feb 2023 10:37:56 -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 1pRatv-0007WT-A1; Mon, 13 Feb 2023 10:37:55 -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=pDcAX9od1nrqjvOreeo0Z2UOt9AGN7MBg7Om3MgFL5s=; b=EoiCcVx4G/dt y2d3T/eFkIx3bl0UKgTBiaN6lwj7ufehmzdyVIEkvaNiIKpyZX2OmcZHr5WwZKAeJ380WEkfc9LVU 2+O+FHKuroOc3DggsWk14etTtQAKGHV6gVvCR9wIEdOSvF4jYp5zy/SEYjrTJ92QohBqXdqxHYOhO j7emdFkYaITh21CWAp0SUVhJykCaHFVnMJ9yRUGvjXTUyE6fLuBqFewV26p+40sSIVxEN6epdTmR+ ibTgmvSfuWKSfnn1aRmUVVcijFuTpi0a8mtJS2grQl0M6wY3/lPmIJlSpHmzxaE6TdTGpV5HjcGqo +xqR5x+mQ5lay3v1bRKOTA==; 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 1pRats-0007g2-HG; Mon, 13 Feb 2023 10:37:54 -0500 In-Reply-To: (message from Andrea Corallo on Mon, 13 Feb 2023 15:21:12 +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:303220 Archived-At: > From: Andrea Corallo > Cc: emacs-devel@gnu.org, larsi@gnus.org, monnier@iro.umontreal.ca, > rlb@defaultvalue.org > Date: Mon, 13 Feb 2023 15:21:12 +0000 > > Eli Zaretskii writes: > > >> - I think renaming `native-comp-deferred-compilation' to > >> `native-comp-jit-compilation' might be more descriptive to the user > >> but I guess we are late now? :/ > >> > >> - If `comp-enable-subr-trampolines' is meant to be used by the user we > >> should probably rename it into `native-comp-enable-subr-trampolines'? > >> I guess we are late as well? > > > > We can add new names, and make the old ones obsolete aliases. Then we > > could remove the obsolete aliases in some future release. > > Cool, can we obsolete the old names already in emacs 29 or shall we do > it in 30? We can do this in Emacs 29.