GNU bug report logs -
#12463
24.2; pos-visible-in-window-p gets slower over time
Previous Next
Reported by: jwalt <at> garni.ch (Jörg Walter)
Date: Mon, 17 Sep 2012 23:58:01 UTC
Severity: normal
Merged with 12468
Found in version 24.2
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 12463 <at> debbugs.gnu.org (full text, mbox):
> From: Matt Lundin <mdl <at> imapmail.org>
> Date: Tue, 18 Sep 2012 10:05:34 -0500
> Cc: 12463 <at> debbugs.gnu.org
>
> AFAICT, the bottleneck seems to be in the emacs xft rendering. I tested
> this by opening two frames showing the same outline buffer. One of the
> frames was a X frame using xft fonts; another frame was running in a
> console (urxvt, which also uses xft rendering but shows no similar
> slowdown). When opening an outline entry containing multibyte
> characters, it appeared instantly in the console frame but only after a
> substantial lag on the X frame.
>
> In other words, the culprit may be something other than
> pos-visible-in-window-p.
pos-visible-in-window-p invokes many functions involved in redisplay,
including the font shaper, it just arranges things so that nothing is
output to the glass. So anything that slows down font shaping will
also slow down pos-visible-in-window-p.
However, in this case it looks like image drawing is the culprit, not
font shaping.
This bug report was last modified 12 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.