From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Improving EQ Date: Thu, 12 Dec 2024 03:23:08 -0500 Message-ID: References: <87h679kftn.fsf@protonmail.com> <86frmt1k6w.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16396"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Pip Cet , Mattias =?utf-8?Q?Engdeg=C3=A5rd?= , Paul Eggert , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 12 09:24:10 2024 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 1tLeUT-00049J-O5 for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Dec 2024 09:24:09 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tLeTa-0003b9-K3; Thu, 12 Dec 2024 03:23:14 -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 1tLeTX-0003an-RR for emacs-devel@gnu.org; Thu, 12 Dec 2024 03:23:12 -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 1tLeTU-0000PD-PJ; Thu, 12 Dec 2024 03:23:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=rBVYXnMinCnmbLVbzYA+qpAV2ihvhMpViYcHkYIgc40=; b=qRPY1y3pZByNSMa+23fv LAbWA3LH3GLwgUiTzzwMKAENgbCMOoSdcZObDvP0wnwf+ZrNGnGmX5N97uPxYrSIrcjy/kMEP1Bo3 Irul5HZ2P88B6UGvo8MSij5ZBVrxyajci1TO/yoTQk1sAHbZB11mfq9I3Mv64X1J97PfXt/qHrATI i45EGIhaLfI7psYNnusA3zE8GwBIql0Zv1pTYOpWIANI0XqnUEPv19N2DVu/MENxNntii4ckKqIaC WJ/ZDGjQvXEHU4UKUgmcay5Sxtjy/4OzMqqg1tOmiXZr7+8eO5kBw5BmK3fIy41x61tXiXdExNJVB efMchrdZEsYd3g==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tLeTU-0006sR-7h; Thu, 12 Dec 2024 03:23:08 -0500 In-Reply-To: <86frmt1k6w.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 12 Dec 2024 08:36:55 +0200") 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326411 Archived-At: Eli Zaretskii writes: >> Date: Wed, 11 Dec 2024 22:37:04 +0000 >> From: Pip Cet via "Emacs development discussions." >> >> What's missing here is a benchmark, but unless there's a really nasty >> surprise when that happens, I'm quite confident that we can improve the >> code here. > > The usual easy benchmark is to byte-compile all the *.el files in the > source tree. That is, remove all the *.elc files, then say "make" and > time that. Agree, considering that tests the non zero 'symbols_with_pos_enabled' case. > There was also some Emacs benchmark suite that someone posted, but I > cannot find it now, maybe someone else will.