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.help Subject: Re: FW: [External] : Re: Native compilation by default?: Was [Re: stats say SBCL is 78 875 % faster than natively compiled Elisp Date: Sun, 26 Feb 2023 18:31:28 +0200 Message-ID: <83h6v8ie1r.fsf@gnu.org> References: <87bklw7ka3.fsf@dataswamp.org> <878rgyjgcc.fsf@dataswamp.org> <87o7pq21i4.fsf@dataswamp.org> <87ilfy20jf.fsf@dataswamp.org> <83pma6yahj.fsf@gnu.org> <87fsb21z1n.fsf@dataswamp.org> <83ilfyxiw6.fsf@gnu.org> <83k00btcsl.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4386"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Feb 26 17:31:59 2023 Return-path: Envelope-to: geh-help-gnu-emacs@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 1pWJwN-0000vq-HV for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 26 Feb 2023 17:31:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWJvp-0006OJ-5c; Sun, 26 Feb 2023 11:31:25 -0500 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 1pWJvn-0006Jo-K8 for help-gnu-emacs@gnu.org; Sun, 26 Feb 2023 11:31:23 -0500 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 1pWJvn-0002Xr-6q for help-gnu-emacs@gnu.org; Sun, 26 Feb 2023 11:31:23 -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=docw83zTvprkXt6pwZXC3EBQ3teQ7KlXtJKpvisIx/A=; b=JArrwsYYy0DW C6XByJyGqw97LTWT6RHR0wExBYcEYcGy90ch4zGv7M7lwis0rvrymeD3K5DRqARYLkMrCprdbVrDI 6T8ehz8o5fZgCLdQwCu87A7oTf3B2lOzeJ2wL7tulPtDF5Dl0QrDpgX6WkJ0zUtcqT4NMeRx7I2f0 mIFp02cei0OmDIt+6oCkK6bMJreGOC2bARzOWq8Z4xIFHScIUuIVtDLVXtljSeiaLZoiys8U5oS9V T65TFgSWCucBMFeDkQsRcysuWvWIOe+mQReg/Pl5SoeWoHuCmimh/31rqXUlQN8oJTJc2spsz8ta+ oPUyIZrx8L90stKSEuUoYA==; Original-Received: from [87.69.77.57] (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 1pWJvm-0002Co-Lp for help-gnu-emacs@gnu.org; Sun, 26 Feb 2023 11:31:22 -0500 In-Reply-To: (message from Drew Adams on Sun, 26 Feb 2023 16:14:14 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:142851 Archived-At: > From: Drew Adams > CC: Stefan Monnier > Date: Sun, 26 Feb 2023 16:14:14 +0000 > > > If you want to load "the most efficient option available", then just > > don't specify any extension, and Emacs will load the `.el`, `.elc`, > > or `.eln` file according to what it finds. > > Again, please point that out explicitly (though this > one will be familiar to longtime Emacs users, as the > same logic has long existed for *.el and *.elc). The logic has existed, but none of the doc strings of 'load', 'load-file', and 'load-library' says anything about it. Neither does the manual. What is different here?