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: master afc0bfd380: Speed up loaddefs-generate on slow disks Date: Thu, 02 Jun 2022 19:16:52 +0300 Message-ID: <83pmjrdoqz.fsf@gnu.org> References: <165416120601.23485.9799765950267646757@vcs2.savannah.gnu.org> <20220602091326.514E9C009A8@vcs2.savannah.gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30679"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, larsi@gnus.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 02 18:20:35 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 1nwnYo-0007m8-EL for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Jun 2022 18:20:34 +0200 Original-Received: from localhost ([::1]:44964 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nwnYn-0003Kx-Bm for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Jun 2022 12:20:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58062) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwnV4-00071j-Gx for emacs-devel@gnu.org; Thu, 02 Jun 2022 12:16:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nwnV4-0003yi-6z; Thu, 02 Jun 2022 12:16:42 -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=/t1TtjjpihH0QD8UZSvFBbmC/Ec+fksEsP7oIqYUFZY=; b=X54MKpxWBfBR WaJ5JiuZw35/es4FTBBaGolCny4kUdqHQrugq+3btRG5d8P8HiKEzOXCnp9zfDPkVHFgG+xgIThYn HK3LOyIjgixkCf5+zZFEHu9Nq+LRXG/yqicV3Xc4fKkbvaxupqbto/Okp9W+nQTLZosGyoOI26+1l Q2wecYTkWTjDzfIU1y9rc2WNw5OPLnpR64zukhuYhGgOHYYHzS87B/K00PcGeGm7AUyJw1SDKdfxU Y28VX85dzexENMDbOWAdk/hQ6oXFwmK2xCBjIuajkitSv68sGJjoHdlC3K8n3lbVpv+KxsFProytL Xc5MWR/iUO+P8Ux3D8icxA==; Original-Received: from [87.69.77.57] (port=3604 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 1nwnV3-00014q-Ma; Thu, 02 Jun 2022 12:16:42 -0400 In-Reply-To: (message from Stefan Monnier on Thu, 02 Jun 2022 11:10:32 -0400) 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:290576 Archived-At: > From: Stefan Monnier > Cc: Lars Ingebrigtsen > Date: Thu, 02 Jun 2022 11:10:32 -0400 > > Maybe `file-newer-than-file-p` should accept a time value for one of the > two file names so we can speed this up further Yes, I think that would be good.