1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Removing statements that are no longer true or are rendered untrue by publishing transforms, and adding some hints for later writers resolving github issue. response to review <https://github.com/ravenbrook/mps/pull/214#issuecomment-1590952221>.

GitHub-reference: https://github.com/Ravenbrook/mps/issues/245
This commit is contained in:
Richard Brooksby 2023-06-16 09:26:49 +01:00
parent 021fff8643
commit 467f110a42

View file

@ -84,17 +84,13 @@ Not yet written
* How ambiguous references are avoided using ``arena->stackWarm``.
* How the implementation is an add-on to the MPS.
* How the code is kept separate from the mainstream MPS.
* Why it has its own hash table implementation (no good reason).
* Why it does a garbage collection and not just a transforming scan.
[This is partly explained in Overview_ above. RB 2023-06-16]
* Nice side-effect is that "old" objects are killed.
* Why the arena must be parked (see impl.c.trans.park).
* Why the arena must be parked [When writing this up see
impl.c.trans.park. RB 2023-06-16].
References