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 20:35:13 +0200 Message-ID: <837dapj82m.fsf@gnu.org> References: <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> <83ee4xjcn7.fsf@gnu.org> <86k0epyoly.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19308"; 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 19:41:33 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 1nC4HU-0004pU-Rf for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Jan 2022 19:41:33 +0100 Original-Received: from localhost ([::1]:54334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nC4HT-0000Sw-RU for ged-emacs-devel@m.gmane-mx.org; Mon, 24 Jan 2022 13:41:31 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:44896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nC4Br-0005st-48 for emacs-devel@gnu.org; Mon, 24 Jan 2022 13:35:44 -0500 Original-Received: from [2001:470:142:3::e] (port=43160 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 1nC4Bn-0003eU-Ia; Mon, 24 Jan 2022 13:35:42 -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=YW9Xx/QbpmUUD44hlXu6RQZK5OTvGxZCLsv/d7F+bio=; b=ipkcRGSLlb4L X+Eywzb3O+tjPOK8gaK2IKwmYhEbXQ+kjdxR0NsaLZXdJDTMTPBWr9XVdsPYYwzEOeB6BE6qpxHLf hK/JdFe7hDdhlpifzGB9c+qbOneRvM/9TWUp4Nhnvp0k75m3L0jvS+K+es2+42YLm+gWbS4GbMqXF eJFu7pRW525wNzuV4jCRVMMJZZAqK7y69D40r+qnbcS3/iRfibGRJm5exE05ipQpkYauXN9BY9p9W s7uk0fSVWDOhbZ07TdbA9qGCIuABw5Ln43pDO4w5YyRdY7i8SgMHRaIRBi/bMavPp/xO2RcvJxpGz wHkyQNoUBy1nNpGRb8uq4A==; Original-Received: from [87.69.77.57] (port=3154 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 1nC4Be-00059v-6W; Mon, 24 Jan 2022 13:35:39 -0500 In-Reply-To: <86k0epyoly.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:285324 Archived-At: > From: "H. Dieter Wilhelm" > Cc: corwin@bru.st, emacs-devel@gnu.org, phillip.lord@russet.org.uk > Date: Mon, 24 Jan 2022 19:28:57 +0100 > > >> After runing Emacs native compilation started immediately till all > >> el. files were compiled to .eln. > > > > What do you mean by "all" here? > > Since I forgot to check with emacs -Q, I assume (now) all lisp files > which are loaded by my init.el. > > When doing emacs -Q nothing is compiled at first, the eln-cache remains > empty. After loading init.el Emacs is beavering away for some minutes > (4 cores, with virus scanners active). :-/ This is normal and expected.