From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#41077: [feature/native-comp] virtual memory exhausted Date: Sun, 10 May 2020 08:02:46 -0700 Message-ID: References: <878si768l2.fsf@gmail.com> <87d07jfm2o.fsf@gmail.com> <87d07hcfpm.fsf_-_@gmail.com> <877dxjn9wy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="33802"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 41077-done@debbugs.gnu.org To: =?UTF-8?Q?K=C3=A9vin?= Le Gouguec Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 10 17:03:13 2020 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 1jXnU1-0008hG-70 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 10 May 2020 17:03:13 +0200 Original-Received: from localhost ([::1]:52062 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jXnTz-0007S6-Ot for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 10 May 2020 11:03:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jXnTq-0007Rg-7O for bug-gnu-emacs@gnu.org; Sun, 10 May 2020 11:03:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:38667) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jXnTp-0008Ki-Sf for bug-gnu-emacs@gnu.org; Sun, 10 May 2020 11:03:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jXnTp-0002Lp-Ne for bug-gnu-emacs@gnu.org; Sun, 10 May 2020 11:03:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 May 2020 15:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41077 X-GNU-PR-Package: emacs Original-Received: via spool by 41077-done@debbugs.gnu.org id=D41077.15891229739019 (code D ref 41077); Sun, 10 May 2020 15:03:01 +0000 Original-Received: (at 41077-done) by debbugs.gnu.org; 10 May 2020 15:02:53 +0000 Original-Received: from localhost ([127.0.0.1]:50213 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXnTh-0002LP-HE for submit@debbugs.gnu.org; Sun, 10 May 2020 11:02:53 -0400 Original-Received: from mx.sdf.org ([205.166.94.20]:62084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jXnTe-0002LB-IO for 41077-done@debbugs.gnu.org; Sun, 10 May 2020 11:02:51 -0400 Original-Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 04AF2kYu008867 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sun, 10 May 2020 15:02:46 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 04AF2kbw012511; Sun, 10 May 2020 08:02:46 -0700 In-Reply-To: <877dxjn9wy.fsf@gmail.com> ("=?UTF-8?Q?K=C3=A9vin?= Le Gouguec"'s message of "Sun, 10 May 2020 16:26:21 +0200") 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:180008 Archived-At: K=C3=A9vin Le Gouguec writes: > Hi Andrea! Hi K=C3=A9vin > Thank you for implementing this blacklist; it turns out that > char-fold.el was the only file my laptop could not handle[1], though as > you'll see org.el was a strong contender. > > It took 3 days, but make -j1 successfully ran to completion on commit > 92cf4bb. In comparison, I've just compiled commit 9d8fc3a on master > from scratch, and it took exactly 1 hour 35 minutes. Wow thanks so much for the great report! I'm glad it worked for you. > As soon as I've figured out how to use the elisp-benchmarks package, > I'll post some figures; is there a specific place (bug number, > emacs-devel thread) where you usually collect such feedback? Cool, we have no bug number for that. I guess you can use the "On elisp running native" thread or as you feel. > Thank you for taking the time to guide me through compiling this branch. > I know that reducing the memory footprint of native compilation is > probably not your main focus right now, but I figured it would be > interesting to provide some orders of magnitude. It's very interesting thank you, your work will be usefull when we move on the subject of compile-time/memory usage. I've some idea on the code generations side and we'll need to measure how it translates on the compilation process. Thanks Andrea --=20 akrl@sdf.org