emacs-devel
[Top][All Lists]
Advanced

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

Re: What's the problem?


From: Richard Stallman
Subject: Re: What's the problem?
Date: Fri, 12 Dec 2003 18:55:58 -0500

    What we're talking about is basically multiple-stacks, context-switches
    done only from Feval (i.e. at elisp granularity so there's no concurrency
    in the C code),

The number of C functions that call Feval is rather large,
and include redisplay.  So this is not quite as easy as it might seem.

Redisplay could set a flag to prevent thread-switching.  That would
remove one large piece of the problem.  How big the problem remains
after that, I am not sure.




reply via email to

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