aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/Memory Management.md
diff options
context:
space:
mode:
authorEduardo Julian2019-09-07 01:50:37 -0400
committerEduardo Julian2019-09-07 01:50:37 -0400
commitb63ac226cc2ea843f08f7c72b18d22602462c624 (patch)
tree7fb72562c39549108b7a48c1a6819c9bd3a64dab /documentation/research/Memory Management.md
parent181f93f3e963c9738ed60f6f5e2d2a37253a0b1b (diff)
Modified compiler's machinery to use the new abstractions for descriptors and signatures.
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
new file mode 100644
index 000000000..80f80ce12
--- /dev/null
+++ b/documentation/research/Memory Management.md
@@ -0,0 +1,4 @@
+# Reference counting
+
+1. [Counting Immutable Beans: Reference Counting Optimized for Purely Functional Programming](https://arxiv.org/abs/1908.05647)
+