Fixed link (#568)

* Update README.md
* Fixed A Unified Theory of Garbage Collection link
This commit is contained in:
keddad 2019-09-07 15:17:35 +00:00 committed by ZJ
parent b671bed489
commit 4059c4f799
No known key found for this signature in database
GPG Key ID: 5FBC4EFA03B99124

View File

@ -1,6 +1,6 @@
## Memory Management
* [A Unified Theory of Garbage Collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf)
* [A Unified Theory of Garbage Collection](https://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon04Unified.pdf)
* [Teaching Garbage Collection without Implementing Compilers or Interpreters](https://cs.brown.edu/~sk/Publications/Papers/Published/cgkmf-teach-gc/paper.pdf)