[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs design and architecture. How about copy-on-write?
From: |
Ihor Radchenko |
Subject: |
Re: Emacs design and architecture. How about copy-on-write? |
Date: |
Sat, 23 Sep 2023 14:09:24 +0000 |
Eli Zaretskii <eliz@gnu.org> writes:
> I'm not bothered by slowness, I'm much more bothered by the magnitude
> of the changes this will incur. I don't even know how to identify all
> the places which would need such changes.
I _hope_ that it will be enough to acquire global lock once redisplay or
user input is requested.
If my optimism does not hold, a safe approach that can be employed is to
mark the functions that are thread-safe explicitly and acquire global
lock by default.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
- Re: Emacs design and architecture. How about copy-on-write?, (continued)
- Re: Emacs design and architecture. How about copy-on-write?, Ihor Radchenko, 2023/09/21
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/21
- Re: Emacs design and architecture. How about copy-on-write?, Ihor Radchenko, 2023/09/22
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/22
- Re: Emacs design and architecture. How about copy-on-write?, Ihor Radchenko, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Dmitry Gutov, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Dmitry Gutov, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?,
Ihor Radchenko <=
- Re: Emacs design and architecture. How about copy-on-write?, Dmitry Gutov, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Yuri Khan, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Dmitry Gutov, 2023/09/23
- Re: Emacs design and architecture. How about copy-on-write?, Po Lu, 2023/09/18
- Re: Emacs design and architecture. How about copy-on-write?, Po Lu, 2023/09/18
- Re: Emacs design and architecture. How about copy-on-write?, Ihor Radchenko, 2023/09/18
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/18
- Re: Emacs design and architecture. How about copy-on-write?, Po Lu, 2023/09/18
- Re: Emacs design and architecture. How about copy-on-write?, Eli Zaretskii, 2023/09/19
- Re: Emacs design and architecture. How about copy-on-write?, Po Lu, 2023/09/19