1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 22:31:13 -07:00

; * src/igc.c: minor correction to the arena comments

This commit is contained in:
Pip Cet 2025-03-02 17:41:15 +00:00
parent 6b8a650e60
commit 23ef75876e

View file

@ -228,15 +228,15 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
Initial state is IGC_STATE_INITIAL, until everything needed has been
successfully initialized.
This state also called `clamped' in MPS docs.
This state is called `parked' in MPS docs.
State goes from IGC_STATE_INITIAL to IGC_STATE_USABLE_PARKED where
everything is usable, but GC is not done.
This state is also called `parked' in MPS docs.
This still corresponds to the `parked' state in MPS docs.
State then goes from there to IGC_STATE_USABLE when everything is
fully usable and GCs are done.
This state is also called `unclamped' in MPS docs.
This state is called `unclamped' in MPS docs.
It goes from usable to IGC_STATE_DEAD if an error happens or
something is detected that forces us to terminate the process