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: How does one find out what file a library has been loaded from? Date: Thu, 21 Jul 2022 10:20:55 +0300 Message-ID: <83edyfnd7s.fsf@gnu.org> References: <83bktlnuog.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35734"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, acm@muc.de, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jul 21 09:23:12 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 1oEQWd-00095j-JX for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 09:23:11 +0200 Original-Received: from localhost ([::1]:38064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oEQWc-0003Pz-FL for ged-emacs-devel@m.gmane-mx.org; Thu, 21 Jul 2022 03:23:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEQUa-0002PX-MK for emacs-devel@gnu.org; Thu, 21 Jul 2022 03:21:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47192) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oEQUY-0004MG-PX; Thu, 21 Jul 2022 03:21:03 -0400 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=nq95Z9JqxNsU4GdcuMTGUpFVEG2v8dySJudANIjYqtw=; b=b9xITGHMRqij PTig7Tb0AAqEC9rlW8bah9C6KQ+kvbS/vv7tzuUWnWHl8WdPTT+2ADpV9QSCduj38kSVGE0zY8uhd E8ItY0sGOrsAwLi1LevrvMjZ6daPGpobHL8VzwsEcV4AZi4kp5l4kJk71je/+RlwG29b1Oc2lWRSf 04KSFSUpL+AmbCOHyznGZrzwUO/ZoWK+XO64yZu3Ktf8X/jfKoWvzMz4SLQU2a/eve6oGhHh7vg14 +/xzVXmae6hkUcftBL2Tnm9GihSaytHU06LypQ+MmWC17MhP7BK3kBywW8JnwKt/Wpc/XSNuwFcCU vtOwaCTzY2r5V4J2U/Rhng==; Original-Received: from [87.69.77.57] (port=3188 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 1oEQUY-0002Of-7a; Thu, 21 Jul 2022 03:21:02 -0400 In-Reply-To: (message from Andrea Corallo on Wed, 20 Jul 2022 18:36:24 +0000) 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:292332 Archived-At: > From: Andrea Corallo > Cc: Alan Mackenzie , Eli Zaretskii , > emacs-devel@gnu.org > Date: Wed, 20 Jul 2022 18:36:24 +0000 > > Stefan Monnier writes: > > >> There's the point that if you're doing benchmark timings, the results are > >> meaningless if you don't know what you're timing. > > > > `C-h o RET` should tell you whether that function is "native" > > or not. Maybe we should tweak the language to say "byte compiled" for > > the non-native compiled functions, tho. > > (For what is worth) I agree with that. I've now made this change on the release branch.