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: Native compilation on Windows, was Re: Bootstrap Compilation Speed Date: Mon, 24 Jan 2022 18:56:28 +0200 Message-ID: <83ee4xjcn7.fsf@gnu.org> References: <87mtjump5q.fsf@russet.org.uk> <86h7a25nz7.fsf@duenenhof-wilhelm.de> <878rve85yy.fsf@russet.org.uk> <86a6fu3xb2.fsf@duenenhof-wilhelm.de> <87tue1j8x0.fsf@russet.org.uk> <86wniw3kdq.fsf@duenenhof-wilhelm.de> <83tue0u8sh.fsf@gnu.org> <86sftk3evj.fsf@duenenhof-wilhelm.de> <86k0ev3jvj.fsf@duenenhof-wilhelm.de> <86bl07361o.fsf@duenenhof-wilhelm.de> <8635li3mog.fsf@duenenhof-wilhelm.de> <86y23a10fy.fsf@duenenhof-wilhelm.de> <865yqb1lsz.fsf@duenenhof-wilhelm.de> <861r0y17cf.fsf@duenenhof-wilhelm.de> <86v8y9ywa4.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18222"; mail-complaints-to="usenet@ciao.gmane.io" Cc: corwin@bru.st, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: "H. Dieter Wilhelm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 24 17:59:39 2022 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 1nC2gr-0004Rh-0o for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Jan 2022 17:59:37 +0100 Original-Received: from localhost ([::1]:35158 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nC2gq-00067e-0w for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Jan 2022 11:59:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:50598) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nC2e7-0004qP-Hy for emacs-devel@gnu.org; Mon, 24 Jan 2022 11:56:47 -0500 Original-Received: from [2001:470:142:3::e] (port=41330 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nC2e6-0004dY-9J; Mon, 24 Jan 2022 11:56:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=jD4a1/0pks9M6kG6YBd+dCYfOBnBj0klFdyKEPwqtNQ=; b=ACmDy9zQoZDy lXL5ULTyscxwrUTRPeXMG4YmNqJQPuA3WXeqbduNPmYCa+oo6xpGvu4f0aVlBionv/RdWsazzUhNx IBHsUiJCEZHuyb7JvrwfIIsHDyh45uewfRCwk9HfpgWivUuLcJoHAbw9akNEG5a9I9vKcRQp5O0so KFA0Dg6oJKpkgO9gmyw5vPOW3sWzXhDEEtQIjx+ks58mWcVNXbBSBjpmJbudnenIKaC/Aefa11w0s PzYfZYmasnNIQb+2zYi29FP3zf/GbGnsVde59n2xTgwAbCUCiYT6+1UcPs82itGJNtylKWMc/5HCx XdSxpRZbxPYxLrRJdHbkcQ==; Original-Received: from [87.69.77.57] (port=1091 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nC2e0-00012I-Tr; Mon, 24 Jan 2022 11:56:42 -0500 In-Reply-To: <86v8y9ywa4.fsf@duenenhof-wilhelm.de> (dieter@duenenhof-wilhelm.de) 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" Xref: news.gmane.io gmane.emacs.devel:285320 Archived-At: > From: "H. Dieter Wilhelm" > Cc: Eli Zaretskii , Emacs developers , > Phillip Lord > Date: Mon, 24 Jan 2022 16:43:15 +0100 > > After runing Emacs native compilation started immediately till all > el. files were compiled to .eln. What do you mean by "all" here? > It seems that you've configured Emacs to do the compilation > "as-soon-as-possible" and not "just-in-time" :-) No such configuration. > Then, unfortunately, for each .eln file (96) there remains an > accompanying .eln.tmp file in the eln-cache!? Doesn't happen here: those .eln.tmp files are renamed to .eln at the end of the compilation. What version of libgccjit do you have installed?