emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs HEAD regressions (another test case)


From: Angelo Graziosi
Subject: Re: Emacs HEAD regressions (another test case)
Date: Fri, 06 Feb 2009 17:05:52 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

YAMAMOTO Mitsuharu ha scritto:


Could you try the patch below to see if it affects the performance?

With the patch, Emacs HEAD works just fine!

Thanks,
   Angelo.



                                     YAMAMOTO Mitsuharu
                                address@hidden

Index: src/atimer.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/atimer.c,v
retrieving revision 1.31
diff -c -p -r1.31 atimer.c
*** src/atimer.c        30 Jan 2009 13:06:09 -0000      1.31
--- src/atimer.c        6 Feb 2009 10:59:24 -0000
*************** run_timers ()
*** 384,389 ****
--- 384,391 ----
        EMACS_GET_TIME (now);
      }
+ if (atimers == NULL)
+     pending_atimers = 0;
  #ifdef SYNC_INPUT
    if (pending_atimers)
      pending_signals = 1;





reply via email to

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