Merge pull request #206 from tokenrove/add-scatteralloc

Add ScatterAlloc paper
This commit is contained in:
Jeremy Heiler 2014-11-06 09:11:05 -05:00
commit 235847ce3b
2 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@
* [Message Analysis Guided Allocation and Low Pause Incremental GC in a Concurrent Language](http://user.it.uu.se/~kostis/Papers/ismm04.pdf)
* [And Then There Were None: A Stall-Free Real-Time Garbage Collector for Reconfigurable Hardware](http://researcher.watson.ibm.com/researcher/files/us-bacon/Bacon12AndThen.pdf)
* :scroll:
[ScatterAlloc: Massively Parallel Dynamic Memory Allocation for the GPU](http://www.icg.tugraz.at/Members/steinber/scatteralloc-1)
- Presents a useful algorithm as well as considerations relevant to
designing algorithms for GPUs.