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: Wed, 08 Jun 2005 08:02:22 -0400

      Garbage collection also gets more interesting when 
    multiple threads are manipulating Lisp objects at a time.

In Emacs, GC doesn't have to happen at any particular point.
It is done as a regular housekeeping task.
So it could work well enough to set a flag telling all threads to wait 
once they come to a suitable stopping point, and GC once all threads
get there.
 




reply via email to

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