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: Native compilation on MPS branch Date: Thu, 25 Apr 2024 05:42:29 -0400 Message-ID: References: <86wmor6owq.fsf@gnu.org> 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="18857"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Eli Zaretskii , 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 Thu Apr 25 11:43:43 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 1rzvdm-0004nR-KC for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Apr 2024 11:43:42 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rzvcw-0006to-Pu; Thu, 25 Apr 2024 05:42:50 -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 1rzvcu-0006tM-Cd for emacs-devel@gnu.org; Thu, 25 Apr 2024 05:42:48 -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 1rzvcu-0000I8-3v; Thu, 25 Apr 2024 05:42:48 -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=IyxkWXC3jd/FI9Xel6H3o/rDHlwQw86qlicg2snXAag=; b=bNLCJT9s9ynGPLxGp1Zt NcCQj4FC6B2dIry6ISEnGWD6//0/hZLsGDlWVhPUxLf4qo4DJV9DVIyPZmGS230r7FBtokjM06aZD xNw8Hz90B4G/ExumHv3duYSPVwExAWNgoVNS4iwp02roK2G6Tq39vBlcxoPBaxGjbN7dhL9eVJPDH EYzOuscWm9ixocOwzrO3QEGr5n5J3OpNENZ+HXFjHjq46YJ4Htn/kFaAhv5CBvUdPt+RdMdkT1wYx ydzak3m5jwYC1fn7j3vpBkyqifX7CCAn2vvNOYJ1LWuRcMs2WWwSpc36wmqk40SCrMIjWltI1GJ/D MFeZZbadTHeOsw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rzvcb-0002QO-Jb; Thu, 25 Apr 2024 05:42:31 -0400 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llman?= =?utf-8?Q?n=22's?= message of "Thu, 25 Apr 2024 10:15:45 +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:318067 Archived-At: Gerd M=C3=B6llmann writes: > Andrea Corallo writes: > >> I see, if you see is necessary we can try with a simpler case before >> full native bootstrap, like a non native build but with native-comp >> support. Than we can compile a single file and load it. > > I think that's basically what I'm already doing: I'm building from git > clean -xdf with native-compile, which fails with some error. Then I'm > building again, not clean. This time macroexp.eln gets loaded when > dumping, as the only one being native-compiled, and I land in > string_char_and_length's assertion (a different error than with the > clean build), I see, just remember in case you need an even simpler testcase where we load from eln a single function foo we can make it =F0=9F=91=8D Andrea