unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37652: 26.3; performance drops massively when on some elisp manual pages
@ 2019-10-08  0:48 Chris Hecker
  2019-10-08  8:13 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Hecker @ 2019-10-08  0:48 UTC (permalink / raw)
  To: 37652

--text follows this line--

Recipe:
1. start emacs -Q for 26.3
2. hit C-h i to get to the info directory
3. m elisp
4. m buffer contents
5. page around in the file for a few seconds, emacs starts crawling and
using an entire cpu


In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
  of 2019-08-29 built on CIRROCUMULUS
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Composing main Info directory...done
Mark saved where search started [2 times]
next-line: End of buffer
Mark set
scroll-up-command: End of buffer [2 times]
scroll-down-command: Beginning of buffer
scroll-up-command: End of buffer
scroll-down-command: Beginning of buffer
C-; is undefined
user-error: No menu in this node
Configured using:
  'configure --without-dbus --host=x86_64-w64-mingw32
  --without-compress-install 'CFLAGS=-O2 -static -g3''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS THREADS LCMS2

Important settings:
   value of $LANG: ENU
   locale-coding-system: cp1252

Major mode: Info

Minor modes in effect:
   tooltip-mode: t
   global-eldoc-mode: t
   electric-indent-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   buffer-read-only: t
   line-number-mode: t
   transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml mml-sec password-cache epa derived epg epg-config
gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils misearch multi-isearch info
easymenu elec-pair time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table
term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode
lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads w32notify w32 lcms2 multi-tty make-network-process
emacs)

Memory information:
((conses 16 131855 8983)
  (symbols 48 20922 1)
  (miscs 40 61 246)
  (strings 32 35842 1141)
  (string-bytes 1 886864)
  (vectors 16 15187)
  (vector-slots 8 507148 10310)
  (floats 8 55 100)
  (intervals 56 5549 1121)
  (buffers 992 12))






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#37652: 26.3; performance drops massively when on some elisp manual pages
  2019-10-08  0:48 bug#37652: 26.3; performance drops massively when on some elisp manual pages Chris Hecker
@ 2019-10-08  8:13 ` Eli Zaretskii
  2019-10-08  9:24   ` bug#37652: Re[2]: " Chris Hecker
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2019-10-08  8:13 UTC (permalink / raw)
  To: Chris Hecker; +Cc: 37652

> From: "Chris Hecker" <checker@d6.com>
> Date: Tue, 08 Oct 2019 00:48:21 +0000
> 
> 1. start emacs -Q for 26.3
> 2. hit C-h i to get to the info directory
> 3. m elisp
> 4. m buffer contents
> 5. page around in the file for a few seconds, emacs starts crawling and
> using an entire cpu

Does it help to set inhibit-compacting-font-caches to a non-nil value?
If so, this problem is already solved in the development code.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#37652: Re[2]: bug#37652: 26.3; performance drops massively when on some elisp manual pages
  2019-10-08  8:13 ` Eli Zaretskii
@ 2019-10-08  9:24   ` Chris Hecker
  2019-10-08 11:51     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Hecker @ 2019-10-08  9:24 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37652


Yep, that basically fixes it.

Thanks,
Chris



------ Original Message ------
From: "Eli Zaretskii" <eliz@gnu.org>
To: "Chris Hecker" <checker@d6.com>
Cc: 37652@debbugs.gnu.org
Sent: 2019-10-08 01:13:48
Subject: Re: bug#37652: 26.3; performance drops massively when on some 
elisp manual pages

>>  From: "Chris Hecker" <checker@d6.com>
>>  Date: Tue, 08 Oct 2019 00:48:21 +0000
>>
>>  1. start emacs -Q for 26.3
>>  2. hit C-h i to get to the info directory
>>  3. m elisp
>>  4. m buffer contents
>>  5. page around in the file for a few seconds, emacs starts crawling and
>>  using an entire cpu
>
>Does it help to set inhibit-compacting-font-caches to a non-nil value?
>If so, this problem is already solved in the development code.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#37652: 26.3; performance drops massively when on some elisp manual pages
  2019-10-08  9:24   ` bug#37652: Re[2]: " Chris Hecker
@ 2019-10-08 11:51     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-10-08 11:51 UTC (permalink / raw)
  To: Chris Hecker; +Cc: 37652-done

> From: "Chris Hecker" <checker@d6.com>
> Cc: 37652@debbugs.gnu.org
> Date: Tue, 08 Oct 2019 09:24:09 +0000
> 
> 
> Yep, that basically fixes it.

Thanks, so I'm closing this bug report.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-08 11:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08  0:48 bug#37652: 26.3; performance drops massively when on some elisp manual pages Chris Hecker
2019-10-08  8:13 ` Eli Zaretskii
2019-10-08  9:24   ` bug#37652: Re[2]: " Chris Hecker
2019-10-08 11:51     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).