[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.
- Re: Concurrency, again, (continued)
- Re: Concurrency, again, Eli Zaretskii, 2016/10/25
- Re: Concurrency, again, Philipp Stephani, 2016/10/25
- Re: Concurrency, again, Stefan Monnier, 2016/10/25
- Re: Concurrency, again, Philipp Stephani, 2016/10/25
- Re: Concurrency, again, Ted Zlatanov, 2016/10/26
- Re: Concurrency, again, Stefan Monnier, 2016/10/26
- Re: Concurrency, again, Ted Zlatanov, 2016/10/26
- Re: Concurrency, again,
Eli Zaretskii <=
- Re: Concurrency, again, Richard Stallman, 2016/10/25
- Re: Emacs Lisp's future, raman, 2016/10/10
- Re: Emacs Lisp's future, Søren Pilgård, 2016/10/09
- Re: Emacs Lisp's future, Philipp Stephani, 2016/10/09
- Re: Emacs Lisp's future, Eli Zaretskii, 2016/10/09