emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Lisp and Guile


From: Marius Vollmer
Subject: Re: Emacs Lisp and Guile
Date: 13 Aug 2002 21:17:05 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Richard Stallman <address@hidden> writes:

>     Yes, but you might not be able to avoid to call a function during a
>     critical section that calls SCM_TICK without you wanting it.
> 
> Perhaps critical sections could set a flag that tells SCM_TICK not
> to really do anything.

Yes, but then we would have to admit that we don't support true
concurrent execution.  In a true concurrent system, you can't stop
other threads by setting a global flag.

An althernative would be to use a mutex for critical sections.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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