mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Update Garbage-Collector-Revised-2022.md
This commit is contained in:
parent
aefe9f4907
commit
a282d4b9b9
1 changed files with 2 additions and 0 deletions
|
@ -545,6 +545,8 @@ By all accounts lazy sweeping is a great win for Cyclone and has exceeded perfor
|
|||
|
||||
# Conclusion
|
||||
|
||||
[<img src="images/campfire.jpg" alt="Campfire">](#conclusion)
|
||||
|
||||
The garbage collector is by far the most complex component of Cyclone. The primary motivation in developing it was to extend Baker's approach to support multiple native threads, which had never been done before prior to this project. Cyclone demonstrates the viability of this approach.
|
||||
|
||||
Our GC is also positioned to potentially support state of the art GC's built on top of DLG such as Stopless, Chicken, and Clover.
|
||||
|
|
Loading…
Add table
Reference in a new issue