From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Daniel Colascione" Newsgroups: gmane.emacs.devel Subject: Re: pdumper's performance Date: Tue, 4 Sep 2018 12:35:17 -0700 Message-ID: <3df201ad63aa584afecb227af8628e6c.squirrel@dancol.org> References: <9e53f0129e556ee5ac27966124ebc4c0.squirrel@dancol.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1536089661 4691 195.159.176.226 (4 Sep 2018 19:34:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 4 Sep 2018 19:34:21 +0000 (UTC) User-Agent: SquirrelMail/1.4.23 [SVN] Cc: Daniel Colascione , emacs-devel@gnu.org To: "Stefan Monnier" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 04 21:34:17 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 1fxH5W-0000us-6P for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2018 21:34:10 +0200 Original-Received: from localhost ([::1]:52384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxH7c-0002HU-KQ for ged-emacs-devel@m.gmane.org; Tue, 04 Sep 2018 15:36:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxH6d-0002HE-6u for emacs-devel@gnu.org; Tue, 04 Sep 2018 15:35:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxH6c-0006AB-H5 for emacs-devel@gnu.org; Tue, 04 Sep 2018 15:35:19 -0400 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:49864) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fxH6c-00069H-6x for emacs-devel@gnu.org; Tue, 04 Sep 2018 15:35:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:To:From:Subject:Date:References:In-Reply-To:Message-ID; bh=xj8boa16Ex69BihXzqt7z2jhe7ZWsqxx69ZGE48Zz6w=; b=DuHao8weaqusFQLwB+HXY9juRrpwzVS/VXlysYvHiYJkckD5vLfFA80XF7l99GLHMZAoX1fDEhGjM1dSSiFob6CDU0N2Je6iZ0ch2zOyaksp6IJ5i8r/ZA3jbVr+2M2liBycASbAXJC5VpgnJokRDrWhHmp1lTIR4GspBJgguu8bYqC0TjXYejQlgMv736avYpUaaVVDv8eB4+BqekOJj+7YN/6IfsytZmblpAOwMRBSsfNbMa6HoZezqqcbrPyIhsXgvTYVf1u11/x6oBPTMR8F8RYsaKJiv78T2XG/M2nJMPYgbhP/E772QPmWxV8bkYpQn0D1uslouegBPuF2Gg==; Original-Received: from localhost ([127.0.0.1] helo=dancol.org) by dancol.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxH6b-0006jU-8f; Tue, 04 Sep 2018 12:35:17 -0700 Original-Received: from 127.0.0.1 (SquirrelMail authenticated user dancol) by dancol.org with HTTP; Tue, 4 Sep 2018 12:35:17 -0700 In-Reply-To: X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 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:229258 Archived-At: >>> letting the collector twiddle the mark bits). But I think this >>> should >>> be a separate patch and should apply to all objects rather than only >>> the pdump'd ones. >> I'm not interested in replicating the cons block structure in the dump >> image, especially when separating markbits is the right thing to do >> anyway. > > I'm more concerned about the non-cons non-float objects. Try it and see before deciding that there's a performance problem.