Update MemoryManagement.md

This commit is contained in:
Csaba Hruska 2018-11-20 11:48:38 +01:00 committed by Anabra
parent b597251f5a
commit b7a931ab4f

View File

@ -10,3 +10,6 @@
[ASAP: As Static As Possible memory management](http://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-908.html)
related: [Dead data elimination](http://nbviewer.jupyter.org/github/grin-tech/grin/blob/master/papers/MoL-2010-19.text.pdf#page=55) in [A modern back-end for a dependently typed language](http://nbviewer.jupyter.org/github/grin-tech/grin/blob/master/papers/MoL-2010-19.text.pdf)
## Sample Project
[Sample project](https://github.com/robinvd/lang-experiments) for LLVM stack map based GC.