[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Watchpoints for emacs lisp.
From: |
alin.s |
Subject: |
Re: Watchpoints for emacs lisp. |
Date: |
Wed, 26 May 2010 09:49:23 -0700 (PDT) |
Stefan Monnier wrote:
>
>>>> In which cases the access to this shared resource is concurrent?
>>> If you build without -DSYNC_INPUT, Emacs may call malloc from
>>> asynchronous signal handlers (yes, it's usually considered as a no-no in
>>> Unix programming, which is why we have switched to SYNC_INPUT).
>> In which situation it is useful to create new symbols in signal handlers
>> ?
>
> Without -DSYNC_INPUT we run a whole lot of code within the signal
> handlers, so whether that code can create symbols or not, I don't know,
> but figuring it out is difficult. Hence -DSYNC_INPUT.
>
>
>
Thanks.
--
View this message in context:
http://old.nabble.com/Watchpoints-for-emacs-lisp.-tp28512483p28683346.html
Sent from the Emacs - Dev mailing list archive at Nabble.com.
- Re: Watchpoints for emacs lisp., (continued)
- Re: Watchpoints for emacs lisp., Chad Brown, 2010/05/18
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/18
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/24
- Re: Watchpoints for emacs lisp., Ken Raeburn, 2010/05/24
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/24
- Re: Watchpoints for emacs lisp., Jan Djärv, 2010/05/24
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/24
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/26
- Re: Watchpoints for emacs lisp., Stefan Monnier, 2010/05/26
- Re: Watchpoints for emacs lisp.,
alin.s <=
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/27
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/27
- Re: Watchpoints for emacs lisp., alin.s, 2010/05/28
- Re: Watchpoints for emacs lisp., tomas, 2010/05/29
- Re: Watchpoints for emacs lisp., Ken Raeburn, 2010/05/19
- Re: Watchpoints for emacs lisp., Adrian Robert, 2010/05/19
- Re: Watchpoints for emacs lisp., Andreas Schwab, 2010/05/17
Re: Watchpoints for emacs lisp., A. Soare, 2010/05/11