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: native comp Date: Thu, 27 Jun 2024 15:01:03 -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="34114"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Emacs Devel , Helmut Eller To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 27 21:02: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 1sMuNm-0008cN-22 for ged-emacs-devel@m.gmane-mx.org; Thu, 27 Jun 2024 21:02:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sMuMk-0006Lg-FK; Thu, 27 Jun 2024 15:01:06 -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 1sMuMi-0006LN-3H for emacs-devel@gnu.org; Thu, 27 Jun 2024 15:01:04 -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 1sMuMh-0007Na-Nc; Thu, 27 Jun 2024 15:01:03 -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=iMBbhSapp18XYnORg2ovidDyQmnrPYZheeOIsKe+1TM=; b=KB+fotpetmfpAVT5Q8tr RzCmhHdfxUkIMXLgAqYPInWwEbupzHkXth94kp2/BcA6ZY/Jnj2Q5QJamJEckdzCh6sehq3nLLpqI VpHYcDmaXvgVi//flWp5zuLvWuGN6h4XgsJtPGQVL4o4MTBtn+PlqdNHkra9ooHGGjUDkJZ9XUChW orZcxRdYq0VkH9/PXwxmBmnfQXgzTjpwD9MI+syyb6hbuNQLb9JGbD8x7nVw+cWciAuSxLQEKjyZu hxKvZ1TQPc1jA8LPrh2eX2L/CXt24NesxUGvSs2iNgt77/MKVRdmJSAdmSDdlgzVOmXBSNp5I8LRT DW8Piy9OWrAZZA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1sMuMh-0003Ws-Ec; Thu, 27 Jun 2024 15:01:03 -0400 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llman?= =?utf-8?Q?n=22's?= message of "Thu, 27 Jun 2024 18:39:00 +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:320778 Archived-At: Gerd M=C3=B6llmann writes: > Andrea Corallo writes: > >> Gerd M=C3=B6llmann writes: >> >>> Andrea Corallo writes: >>> >>>> Gerd M=C3=B6llmann writes: >>>> >>>>> Just a heads up. I've tinkered with the roots of CUs because of a >>>>> FIXME I left here. So, don't blame me if something stops working :-). >>>> >>>> Hi Gerd, >>>> >>>> sorry I'm not sure if you are ironic here or not :) should I stop >>>> tracking the branch in my CI till you think it should be functional >>>> again or you like to keep being informed if something gets broken here? >>> >>> The latter :-) >> >> Will do =F0=9F=91=8D > > BTW, just did an AOT native build, and I couldn't believe my eyes - it > finished successfully. Could be a fluke of course, but that has never > happened before :-). That's excellent! =F0=9F=8E=89=F0=9F=9A=80=F0=9F=9A=80 Do you think is because of the new GCC? Andrea