From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Konstantin Kharlamov Newsgroups: gmane.emacs.devel Subject: Re: Markers in a gap array Date: Sun, 07 Jul 2024 16:09:14 +0300 Message-ID: <9e4094592d2a1dbf8f2ca000622e8b13901e3199.camel@yandex.ru> References: <87ikxlqwu6.fsf@localhost> <87le2hp6ug.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="524"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.52.3 Cc: emacs-devel@gnu.org To: Stefan Monnier , Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 07 15:10:34 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 1sQRez-000AUF-BZ for ged-emacs-devel@m.gmane-mx.org; Sun, 07 Jul 2024 15:10:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sQRdy-0005qy-OM; Sun, 07 Jul 2024 09:09:30 -0400 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 1sQRdw-0005qp-SI for emacs-devel@gnu.org; Sun, 07 Jul 2024 09:09:28 -0400 Original-Received: from forward500a.mail.yandex.net ([178.154.239.80]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sQRdu-0005kc-8h for emacs-devel@gnu.org; Sun, 07 Jul 2024 09:09:28 -0400 Original-Received: from mail-nwsmtp-smtp-production-main-64.vla.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-64.vla.yp-c.yandex.net [IPv6:2a02:6b8:c1f:169b:0:640:faad:0]) by forward500a.mail.yandex.net (Yandex) with ESMTPS id 3114660F36; Sun, 7 Jul 2024 16:09:16 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-64.vla.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id E9b4JQJ3VOs0-vozEVVmh; Sun, 07 Jul 2024 16:09:15 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1720357755; bh=u51iCG1LRLcP8yikJuRN5KYuL8wQRSJKGo91E8f0b78=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=PkqjH2n/Gz+xAo5oD+Ol7KEGCIT+SLXT5pNorV1GvQ2vKkmRgVwPYvdtyGW89LMdP K1IsvDE/4XGtkFYhyf6rHrIepLep2tfRI0PFZyPND1f/gdhGq66dS8bpBepXoq4xv6 zW6ICD3brfJ7pbZh67B843ErRjApVIfNQc9hh4Ok= Authentication-Results: mail-nwsmtp-smtp-production-main-64.vla.yp-c.yandex.net; dkim=pass header.i=@yandex.ru In-Reply-To: Received-SPF: pass client-ip=178.154.239.80; envelope-from=Hi-Angel@yandex.ru; helo=forward500a.mail.yandex.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:321484 Archived-At: On Thu, 2024-07-04 at 16:11 -0400, Stefan Monnier wrote: > So maybe the reason why you can't reproduce the > slowdown is because of b595b4598?=C2=A0 And maybe we should install that > into `emacs-30`? Although Idk the code, but reading the b595b4598 description I see that it is a bugfix; specifically it fixes wrong calculation introduced in the previous patch. Bugfixes definitely should be installed to the stable branch.