emacs-devel
[Top][All Lists]
Advanced

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

Re: Elisp native profiler


From: Paul Eggert
Subject: Re: Elisp native profiler
Date: Wed, 26 Sep 2012 07:33:47 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 09/26/2012 12:39 AM, Tomohiro Matsuyama wrote:
> OK, I'll use thread-specific timers in recent GNU/Linux systems
> and use deliver_process_signal for older systems.

While you're working on that, could you please have the code
prefer timer_settime to setitimer if SIGEV_SIGNAL is
defined?  That's how it's currently done in the Emacs trunk
starting with bzr 110197.  We need to use timer_settime for
thread-specific timers anyway, and it's better to use
timer_settime for process timers too, on platforms where
it's available.




reply via email to

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