aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/memory_management.md
diff options
context:
space:
mode:
authorEduardo Julian2022-02-24 17:47:27 -0400
committerEduardo Julian2022-02-24 17:47:27 -0400
commit08518ba37d9094c5cc8683fc404c349e534b8dc9 (patch)
treedc1f68559982af895a8b9a3c4055959a0f98e267 /documentation/bookmark/memory_management.md
parentf27a91a7b67790272578692ea20e2d875dbb3d35 (diff)
Finishing the meta-compiler [Part 4]
Diffstat (limited to 'documentation/bookmark/memory_management.md')
-rw-r--r--documentation/bookmark/memory_management.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/memory_management.md b/documentation/bookmark/memory_management.md
index a555926ef..2fc8b3606 100644
--- a/documentation/bookmark/memory_management.md
+++ b/documentation/bookmark/memory_management.md
@@ -23,6 +23,7 @@
# Garbage collection
+0. [Destroy All Values: Designing Deinitialization in Programming Languages](https://gankra.github.io/blah/deinitialize-me-maybe/)
0. [Deconstructing the Garbage-First Collector](https://users.cecs.anu.edu.au/~steveb/pubs/papers/g1-vee-2020.pdf)
0. [The Garbage Collection Handbook](http://gchandbook.org/)
0. [Baby's First Garbage Collector](http://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/)