|
From: | Po Lu |
Subject: | Re: Emacs design and architecture. How about copy-on-write? |
Date: | Thu, 21 Sep 2023 17:14:43 +0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes: > How is this different from > > (setq name-of-variable SOMETHING) > > done by some thread to a global variable? That's orthogonal to the subject at hand. If name-of-variable is forwarded, then SOMETHING must be recorded within either thread_state or globals. If not, it becomes the new value held by one of name-of-variable's value cells.
[Prev in Thread] | Current Thread | [Next in Thread] |