aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/Memory Management.md
diff options
context:
space:
mode:
authorEduardo Julian2019-09-17 00:27:13 -0400
committerEduardo Julian2019-09-17 00:27:13 -0400
commit4049370ec0d0bec578b8fcb83700d020e81386c4 (patch)
tree16e0e6fbf1ac825e1ba318f32f57b25f5363f3d6 /documentation/research/Memory Management.md
parentc2577a665818b14adb7b0a0c1eaf326144d4447d (diff)
Fixed some bugs related to JVM types.
Diffstat (limited to '')
-rw-r--r--documentation/research/Memory Management.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/research/Memory Management.md b/documentation/research/Memory Management.md
index 80f80ce12..0d761c700 100644
--- a/documentation/research/Memory Management.md
+++ b/documentation/research/Memory Management.md
@@ -1,3 +1,7 @@
+# Compaction
+
+1. ["Compacting the Uncompactable" by Bobby Powers](https://www.youtube.com/watch?v=c1UBJbfR-H0)
+
# Reference counting
1. [Counting Immutable Beans: Reference Counting Optimized for Purely Functional Programming](https://arxiv.org/abs/1908.05647)