emacs-devel
[Top][All Lists]
Advanced

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

Re: Threads in emacs implementation


From: Richard Stallman
Subject: Re: Threads in emacs implementation
Date: Fri, 17 Jun 2005 14:47:02 -0400

    I'm thinking of ways to avoid the stack penalties the other proposals
    involve.  Could we allow only secondary threads with thread-local
    variables and forked copies of globals?

"Forked copies of globals" would mean copies of the values of
thousands of Lisp symbols.  And how would the Lisp interpreter know
whether and where to look for them?  It does not seem practical.




reply via email to

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