bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56682: Fix the long lines font locking related slowdowns


From: Dmitry Gutov
Subject: bug#56682: Fix the long lines font locking related slowdowns
Date: Mon, 15 Aug 2022 23:44:36 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 15.08.2022 23:29, Gregory Heytings wrote:

If you wanted the development to take this route, it would have really made more sense to hold off on applying the narrowing to fontification-functions, keeping font-lock slow-ish in large files. That would have encouraged direct work on speeding it up.


That's your opinion.  What I think would have most likely happened is what you yourself said: these are large files, it's unavoidable that font locking takes somes time (these are not your exact words, I hope they express what you said faithfully).

I said those words just as I was working on improving font-lock's performance in JSON files. An effort which doesn't make sense if you narrow around font-lock anyway.

Also note that until now it has been impossible to improve redisplay of big files by working on font-lock (other bottlenecks were much more significant).

But anyway. Suppose we have some more success with syntax-ppss. Two options:


There are many other options besides the two options you listed.

Perhaps. I don't think anybody's mentioned them here, though.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]