emacs-devel
[Top][All Lists]
Advanced

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

Re: Concurrency, again


From: Eli Zaretskii
Subject: Re: Concurrency, again
Date: Tue, 25 Oct 2016 19:25:08 +0300

> From: Philipp Stephani <address@hidden>
> Date: Tue, 25 Oct 2016 13:22:42 +0000
> Cc: address@hidden, address@hidden, address@hidden
> 
> We still have tons of global mutable state, e.g. the buffer list. Traditional 
> OS-level multithreading is impossible
> with that amount of global state.

But we are not doing OS-level multithreading on the concurrency branch.

> On the other hand, non-parallel concurrency doesn't care about global state 
> (which can just be swapped out)
> at all.

Which is what we do.



reply via email to

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