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

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

bug#24634: 25.1 on Windows (native and cygwin+w32): high CPU load with "


From: Georges Ko
Subject: bug#24634: 25.1 on Windows (native and cygwin+w32): high CPU load with "wavy" characters
Date: Sat, 08 Oct 2016 23:24:24 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (windows-nt) Hamster/2.0.0.1

Eli Zaretskii <eliz@gnu.org> writes:

>> When compiled with compact_font_caches empty or not called, Emacs
>> crashes at launch...
>
> Sorry, I failed to mention that you need to leave the mark_object call
> there.  IOW, the function compact_font_caches should be like this:
>
> static void
> compact_font_caches (void)
> {
>   struct terminal *t;
>
>   for (t = terminal_list; t; t = t->next_terminal)
>     {
>       Lisp_Object cache = TERMINAL_FONT_CACHE (t);
>       mark_object (cache);
>     }
> }

OK, this version fixes all cases!
-- 
 Georges Ko                     gko@gko.net                      2016-10-08






reply via email to

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