From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Preview: portable dumper Date: Thu, 15 Feb 2018 18:31:26 -0500 Message-ID: References: <047a67ec-9e29-7e4e-0fb0-24c3e59b5886@dancol.org> <83zikjxt1j.fsf@gnu.org> <8360n6ruzu.fsf@gnu.org> <834m2nplmb.fsf@gnu.org> <83inr2oje6.fsf@gnu.org> <83bmwuogfb.fsf@gnu.org> <878trydrbo.fsf@red-bean.com> <87d15jo39q.fsf@ritchie.wxcvbn.org> <26497701-9de7-b91e-7ac3-4fb5949b436e@dancol.org> <83po58yhew.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1518737465 23988 195.159.176.226 (15 Feb 2018 23:31:05 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Feb 2018 23:31:05 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 Cc: emacs-devel@gnu.org To: Eli Zaretskii , Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 16 00:31:00 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emSz6-0004VO-ET for ged-emacs-devel@m.gmane.org; Fri, 16 Feb 2018 00:30:36 +0100 Original-Received: from localhost ([::1]:43451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emT18-0001UC-2Y for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2018 18:32:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emT0A-0001S7-Eo for emacs-devel@gnu.org; Thu, 15 Feb 2018 18:31:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emT07-0007kN-7H for emacs-devel@gnu.org; Thu, 15 Feb 2018 18:31:42 -0500 Original-Received: from limerock04.mail.cornell.edu ([128.84.13.244]:35918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emT07-0007eK-1J; Thu, 15 Feb 2018 18:31:39 -0500 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock04.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id w1FNVSh8006899; Thu, 15 Feb 2018 18:31:29 -0500 Original-Received: from [192.168.0.4] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id w1FNVRhU023593 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 15 Feb 2018 18:31:28 -0500 In-Reply-To: <83po58yhew.fsf@gnu.org> Content-Language: en-US X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 128.84.13.244 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222787 Archived-At: On 2/13/2018 11:37 AM, Eli Zaretskii wrote: >> From: Daniel Colascione >> Date: Mon, 12 Feb 2018 12:18:36 -0800 >> >> I've pushed the portable dumper to the pdumper Savannah branch. It >> should support a fully PIC Emacs. > > Thanks. I'd urge people to try this branch and report any issues they > see. I just tried to build on 64-bit Cygwin, and the build fails as follows: [...] Dumping under the name bootstrap-emacs.pdmp dumping fingerprint: 923050a9f611ad7ead76eea704308e4d05f152601a9134cf8d1b5ff3e0e1a986 Dump complete Byte counts: header=80 hot=13187392 discardable=119424 cold=9086640 Reloc counts: hot=919268 discardable=5790 make -C ../lisp compile-first EMACS="../src/bootstrap-emacs.exe" make[2]: Entering directory '/home/kbrown/src/emacs/x86_64-pdumper/lisp' ELC ../../pdumper/lisp/emacs-lisp/macroexp.elc ELC ../../pdumper/lisp/emacs-lisp/cconv.elc ELC ../../pdumper/lisp/emacs-lisp/byte-opt.elc ELC ../../pdumper/lisp/emacs-lisp/bytecomp.elc emacs: could not load dump file "../src/bootstrap-emacs.pdmp": out of memory There's probably some obvious explanation, but I don't see it at the moment. Ken