From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vincenzo Pupillo Newsgroups: gmane.emacs.devel Subject: Re: treesitter local parser: huge slowdown and memory usage in a long file Date: Tue, 04 Jun 2024 22:44:27 +0200 Message-ID: <4743455.vXUDI8C0e8@fedora> References: <2DB11528-C657-4AC1-A143-A13B1EAC897A@gmail.com> <3466362.LZWGnKmheA@3-191.divsi.unimi.it> <86wmn4kb0h.fsf@gnu.org> 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="39548"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dmitry@gutov.dev, emacs-devel@gnu.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, casouri@gmail.com, Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jun 05 04:24:49 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 1sEgKW-000A73-Qa for ged-emacs-devel@m.gmane-mx.org; Wed, 05 Jun 2024 04:24:48 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sEgJl-0007Tc-TS; Tue, 04 Jun 2024 22:24:02 -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 1sEb1K-0004Gq-P3 for emacs-devel@gnu.org; Tue, 04 Jun 2024 16:44:38 -0400 Original-Received: from mout-u-107.mailbox.org ([80.241.59.207]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1sEb1H-0008Tg-FG; Tue, 04 Jun 2024 16:44:38 -0400 Original-Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4Vv2dT5pXsz9sjG; Tue, 4 Jun 2024 22:44:29 +0200 (CEST) In-Reply-To: <86wmn4kb0h.fsf@gnu.org> Received-SPF: pass client-ip=80.241.59.207; envelope-from=vincenzo.pupillo@lpsd.it; helo=mout-u-107.mailbox.org X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 04 Jun 2024 22:24:00 -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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319831 Archived-At: Ok I'll try. Thank you. V. In data marted=C3=AC 4 giugno 2024 17:01:18 CEST, Eli Zaretskii ha scritto: > > From: Vincenzo Pupillo > > Cc: "Ergus via Emacs development discussions." , > >=20 > > Stefan Monnier , Yuan Fu > >=20 > > Date: Tue, 04 Jun 2024 10:19:30 +0200 > >=20 > > When I work at home, php-ts-mode is the major-mode I use, > > and is almost done (I just need to add in support for flymake). > > Next week I hope to submit it for inclusion in emacs. >=20 > If you want it included in Emacs 30, next week might be too late, > because I'm about to cut the emacs-30 release branch. Could you do > this sooner, perhaps? >=20 > Thanks.