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: MPS: Update Date: Wed, 12 Jun 2024 10:54:28 +0300 Message-ID: <86r0d21tqj.fsf@gnu.org> References: <87le3b43qi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28428"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 12 09:55:19 2024 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 1sHIpC-00076R-U5 for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Jun 2024 09:55:19 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sHIoh-0005AK-WC; Wed, 12 Jun 2024 03:54:48 -0400 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 1sHIof-00059l-Th for emacs-devel@gnu.org; Wed, 12 Jun 2024 03:54:46 -0400 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 1sHIof-0002y1-LA; Wed, 12 Jun 2024 03:54:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=gvPjoz8VFTGjdmza7u9DztbUEuPXD3OXS9gRDr5Ibb8=; b=C+CeiePUciYODceir/fn rXw3gM6k/bJCHhuWFAdOkfb3Gc+bzgWYnQHRBx5xTV0dih5pxOgsLmnsLqaXmeZCp/J2gSWYaDBT6 XAK2lLpbCyp2nSkfXwmz7q7zUcXJ+lgovzKgiw8zkIrKBna8/88HYpOU89nBbjAbkk83LE++59iwX T+cFod/w7xIpQHINI14PX//wxPaBKXDT8vacnaw3rwZ9gWMwnrVmWaxPZPcGuRNJMRKIyOY3YwyIX y1LRmMwJ0ZoGjJfbkA/mLirw+3WqH8KGs210PkCVWjOYKXvsRm16VY6wyv7PT5H/6miRx1P4wZKJP 5Ur72tiIpeDjlw==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Wed, 12 Jun 2024 06:45:06 +0200) 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:319988 Archived-At: > From: Gerd Möllmann > Cc: Emacs Devel > Date: Wed, 12 Jun 2024 06:45:06 +0200 > > Helmut Eller writes: > > > On Mon, Jun 10 2024, Gerd Möllmann wrote: > > > >> I now have code to copy the dump to MPS in my fork at > >> > >> https://github.com/gerd-moellmann/emacs-with-cl-packages/tree/igc > >> > >> The whole copying and so on takes a total of 0.032s with an optimized > >> build on my machine. The hot part of the dump is discarded after the > >> copy. > >> > >> I've not transferred that to GNU because I'm now through with it, for > >> the time being. I can't see it anymore. Please anyone feel free to > >> transfer this to GNU, but keep in mind that I don't have obarrays and > >> pure space in my fork, so some work will certainly have to be done to > >> make it work. > > > > Here are some patches for obarrays and pure space. I wrote them after > > cherry picking these revisions from your repo: > > > > git cherry-pick ce3380d6d8102dd0b704^..5bfc127264bf0f2e4f2fb92 > > Thanks! "Merged" in and pushed. Did you forget to push? I don't see any commit on the igc branch after June 4.