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.bugs Subject: bug#50934: 28.0.60; paren.el should be preloaded Date: Fri, 08 Oct 2021 14:26:47 +0300 Message-ID: <83y273ycy0.fsf@gnu.org> References: <83tui1dnpg.fsf@gnu.org> <83lf3cewfu.fsf@gnu.org> <83fstkevg3.fsf@gnu.org> <83bl47deti.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39824"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50934-done@debbugs.gnu.org To: akrl@sdf.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 08 13:28:34 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mYo3G-000A5f-2H for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Oct 2021 13:28:34 +0200 Original-Received: from localhost ([::1]:35948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYo3E-0006Cv-G2 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 08 Oct 2021 07:28:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47270) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mYo2k-0006B3-Ak for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2021 07:28:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:37834) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mYo2k-00020J-2N for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2021 07:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mYo2j-00071U-Vb for bug-gnu-emacs@gnu.org; Fri, 08 Oct 2021 07:28:01 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Fri, 08 Oct 2021 11:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 50934 X-GNU-PR-Package: emacs Mail-Followup-To: 50934@debbugs.gnu.org, eliz@gnu.org, eliz@gnu.org Original-Received: via spool by 50934-done@debbugs.gnu.org id=D50934.163369244126942 (code D ref 50934); Fri, 08 Oct 2021 11:28:01 +0000 Original-Received: (at 50934-done) by debbugs.gnu.org; 8 Oct 2021 11:27:21 +0000 Original-Received: from localhost ([127.0.0.1]:49379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYo24-00070U-HS for submit@debbugs.gnu.org; Fri, 08 Oct 2021 07:27:20 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYo1w-000709-Dt for 50934-done@debbugs.gnu.org; Fri, 08 Oct 2021 07:27:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mYo1r-0001Yn-08; Fri, 08 Oct 2021 07:27:07 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3933 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 1mYo1q-0005Mj-JO; Fri, 08 Oct 2021 07:27:06 -0400 In-Reply-To: <83bl47deti.fsf@gnu.org> (message from Eli Zaretskii on Sat, 02 Oct 2021 11:13:45 +0300) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:216710 Archived-At: > Date: Sat, 02 Oct 2021 11:13:45 +0300 > From: Eli Zaretskii > Cc: 50934@debbugs.gnu.org > > > From: Andrea Corallo > > Cc: 50934@debbugs.gnu.org > > Date: Fri, 01 Oct 2021 13:35:57 +0000 > > > > > The native-compilation build is already painfully slow, and most of it > > > isn't spent in COMPILE_FIRST. We could, of course, add those files to > > > shortlisp instead, if you think this is better. > > > > I suspect shortlisp might be a better option (the number of threads of > > the machine here comes into play as well), but I guess a measure is the > > only way to get an answer. IOW just wanted to raise the warning. > > I tried to add these to shortlisp, after the value is exported as > $LISP_PRELOADED, but that didn't work: the added files were only > byte-compiled, not ELC+ELN-compiled. I cannot figure out why this > happens. I think this mystery should be resolved, so we would know > how to add files to AOT native compilation without adding them to > COMPILE_FIRST and without putting them into preloaded/. I also cannot > figure out how come some files not mentioned in shortlisp end up being > ELC+ELN-compiled (for example emoji-zwj.el), also something that's > worth understanding. > > For now, I just added those files to COMPILE_FIRST. The problem is solved, so I'm marking the bug done.