From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: MPS: Update Date: Mon, 10 Jun 2024 12:17:39 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14332"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Emacs Devel To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jun 10 18:19:10 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 1sGhji-0003Va-MD for ged-emacs-devel@m.gmane-mx.org; Mon, 10 Jun 2024 18:19:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGhim-0002Od-0U; Mon, 10 Jun 2024 12:18:12 -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 1sGhig-0002OK-Vu for emacs-devel@gnu.org; Mon, 10 Jun 2024 12:18:07 -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 1sGhig-0004Cf-9B; Mon, 10 Jun 2024 12:18:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=AHqqu8mYs4yspVDRkgQzfp7VdNrw9zm4mK+fNSPqN68=; b=kGzFRKMcXrg1+UqDKLOj Z0nZR1fedGioq0oTjhkLhu3m0Lrid3VNSR1hOnY/70F9mWICH/M/Y+7v7T/zCpsBgvb/dF6H4LY1W qPS9AskTqBvwtPzgGf5JhIm00/zAYd2Jpt3kQC/HAsvqtndcngtxyFi3rxJVeqUF7Hxk0YXzTXEJi QPvWvU9ZpQ2LmEc/2n7dFgGisj+j6cLOfR40iehAkQfsKqlhV3YEYFevqa/yBTleT7quBpR6H0e3P ZMlauonixytXY4ELT+2Rt5MKZ4nVgHfmB/vwXFNDFX8W7tAP/wlBLH4vQ5IkMqc691AYXG20Z6/+W mHIzYuagNYaI0g==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sGhiF-0006RH-W4; Mon, 10 Jun 2024 12:17:53 -0400 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llman?= =?utf-8?Q?n=22's?= message of "Mon, 10 Jun 2024 15:39:15 +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:319956 Archived-At: Gerd M=C3=B6llmann writes: > 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. > > Maybe I'll pick this up again when new releases of libgccjit or MPS > make native compilation + MPS work on macOS/arm64. Hi Gerd, why do you expect a new libgccjit should make native compilation + MPS work on macOS/arm64? Has a bug being identified in libgccjit on this target? Thanks Andrea