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: Thu, 03 Feb 2022 09:47:28 +0200 Message-ID: <83a6f85r3j.fsf@gnu.org> References: <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> <83o848tc92.fsf@gnu.org> <86o8473k13.fsf@duenenhof-wilhelm.de> <83ee53ssbx.fsf@gnu.org> <86sft4c3ij.fsf@gnu.org> <86sft4xjeo.fsf@gnu.org> <86iltzx5fy.fsf@duenenhof-wilhelm.de> <864k5iwyaa.fsf@duenenhof-wilhelm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1741"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dieter@duenenhof-wilhelm.de, arash@gnu.org, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: Corwin Brust Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 03 08:50:56 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 1nFWtM-0000Fv-KN for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Feb 2022 08:50:56 +0100 Original-Received: from localhost ([::1]:43450 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nFWtL-0000H4-EO for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Feb 2022 02:50:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nFWpx-0006jb-Te for emacs-devel@gnu.org; Thu, 03 Feb 2022 02:47:26 -0500 Original-Received: from [2001:470:142:3::e] (port=56916 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 1nFWpx-0002go-5B; Thu, 03 Feb 2022 02:47:25 -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=UOmF6WjWNbnCyqcdVIylIirrXBZ6x1ytAL7/or1ZCO8=; b=nUlNA2/om/As Cxa1GcUZbdSoNtRMaiX4AurhHPIdGsK2vaiNO6h9mVRir8BFr0kjW6ztY1NAYydBtM2vCu2g1C5jO HqodjXcj7r2me4JQyePXoYe+EJqaj3TCccikV7Ky4SkFuxHidiO0op6yG5kRWx4R+sHWeBrX2acOP Xbc7USWrNawvEtVU9dBBYUGy8Hk3nZEKsAO9mer/tR8NqXwPjVhSBJEpzXVs6hPS/zqwH+ojp1+Cu f+hSyYjgvVKNp3wH1qE6I9vzWZMs1pYsFZL3BpbNlWSwCCpFa/7KyfB5i0otUORoODPv81Kb8hGNb nCxcGGd1lzDzdHzNxoiOrA==; Original-Received: from [87.69.77.57] (port=2753 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 1nFWpw-0001cU-Bm; Thu, 03 Feb 2022 02:47:24 -0500 In-Reply-To: (message from Corwin Brust on Wed, 2 Feb 2022 21:22:37 -0600) 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:285831 Archived-At: > From: Corwin Brust > Date: Wed, 2 Feb 2022 21:22:37 -0600 > Cc: Arash Esbati , Emacs developers , Eli Zaretskii , > Phillip Lord > > As an interesting aside: I see that it *is* loading the natively > compiled sources that were build and packaged with Emacs. This is > despite getting a nil return from `native-comp-avialable-p', which > suggests that even people without a local libgccjit+gcc (e.g. a > working MSYS) can benefit from (the bundled) nativly compiled sources > we distribute. [[stroking chin myscheviously]] This is the expected behavior. Only native-compilation of *.el files for which no *.eln files are provided is disabled without libgccjit and Binutils installation. Loading of existing *.eln files doesn't need libgccjit. So I'm not sure why you are surprised.