Skip to content

Commit

Permalink
Fixed link (#568)
Browse files Browse the repository at this point in the history
* Update README.md
* Fixed A Unified Theory of Garbage Collection link
  • Loading branch information
keddad authored and DarrenN committed Sep 7, 2019
1 parent 7efd6bf commit e98568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memory_management/README.md
@@ -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)

Expand Down

0 comments on commit e98568b

Please sign in to comment.