Skip to content
Snippets Groups Projects
Commit ada68f55 authored by Ben Gamari's avatar Ben Gamari Committed by GHC GitLab CI
Browse files

nonmoving: Add reference to Ueno 2016

(cherry picked from commit a3b8375e)
parent 7122ff03
No related branches found
No related tags found
No related merge requests found
......@@ -191,8 +191,8 @@ Mutex concurrent_coll_finished_lock;
* === Other references ===
*
* Apart from the design document in docs/storage/nonmoving-gc and the Ueno
* 2016 paper (TODO citation) from which it drew inspiration, there are a
* variety of other relevant Notes scattered throughout the tree:
* 2016 paper [ueno 2016] from which it drew inspiration, there are a variety
* of other relevant Notes scattered throughout the tree:
*
* - Note [Concurrent non-moving collection] (NonMoving.c) describes
* concurrency control of the nonmoving collector
......@@ -232,6 +232,11 @@ Mutex concurrent_coll_finished_lock;
* how we use the DIRTY flags associated with MUT_VARs and TVARs to improve
* barrier efficiency.
*
* [ueno 2016]:
* Katsuhiro Ueno and Atsushi Ohori. 2016. A fully concurrent garbage
* collector for functional programs on multicore processors. SIGPLAN Not. 51,
* 9 (September 2016), 421–433. DOI:https://doi.org/10.1145/3022670.2951944
*
*
* Note [Concurrent non-moving collection]
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment