all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#19716: Excessive Windows registry accesses
@ 2015-01-28 18:32 PK
  2015-01-28 19:14 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: PK @ 2015-01-28 18:32 UTC (permalink / raw
  To: 19716

When I invoke GNU Emacs (24.4.1 (x86_64-w64-mingw32) of 2014-10-21 on KAEL) 
on Windows 7, it makes an enormous number of what seem (to me) unnecessary 
identical registry accesses.

20 times each:

     QueryValue: HKLM\System\CurrentControlSet\Control\Nls\CodePage\28605 
(success)
     QueryValue: HKLM\System\CurrentControlSet\Control\Nls\CodePage\28604 
(name not found)

1849 times each in quick succession (!):

     OpenKey: HKCU\SOFTWARE\GNU\Emacs (name not found)
     OpenKey: HKLM\SOFTWARE\GNU\Emacs (name not found)

1850 times likewise (also !):

     QueryKey: HKCU (success -- unsurprisingly)

and likewise finally, 1884 times:

     QueryKey: HKLM (more unsurprising success)

Why?

PK





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

end of thread, other threads:[~2017-12-08  1:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28 18:32 bug#19716: Excessive Windows registry accesses PK
2015-01-28 19:14 ` Eli Zaretskii
     [not found]   ` <54C94F69.3090403@resiak.org>
2015-01-29  3:51     ` Eli Zaretskii
2017-12-08  1:44       ` Noam Postavsky

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.