mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Remove mention of concurrent marking for mmc
This commit is contained in:
parent
48085393f3
commit
d19366bea2
1 changed files with 0 additions and 6 deletions
|
@ -143,12 +143,6 @@ naturally cache-friendly and parallel.
|
||||||
The mark byte array facilitates conservative collection by being an
|
The mark byte array facilitates conservative collection by being an
|
||||||
oracle for "does this address start an object".
|
oracle for "does this address start an object".
|
||||||
|
|
||||||
There is some support for concurrent marking by having three mark bit
|
|
||||||
states (dead, survivor, marked) that rotate at each collection; some
|
|
||||||
collector configurations can have mutators mark before waiting for other
|
|
||||||
mutators to stop. True concurrent marking and associated barriers
|
|
||||||
are not yet implemented.
|
|
||||||
|
|
||||||
For a detailed introduction, see [Whippet: Towards a new local
|
For a detailed introduction, see [Whippet: Towards a new local
|
||||||
maximum](https://wingolog.org/archives/2023/02/07/whippet-towards-a-new-local-maximum),
|
maximum](https://wingolog.org/archives/2023/02/07/whippet-towards-a-new-local-maximum),
|
||||||
a talk given at FOSDEM 2023.
|
a talk given at FOSDEM 2023.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue