Commit Graph

5 Commits

Author SHA1 Message Date
Arunav Sanyal
2b26e0c707 Fixing readme entry in memory management (#416)
Teaching Garbage Collection without Implementing Compilers or Interpreters was pointing to a broken link. I am making a change to put to a link still active with the same paper.
2016-09-17 23:23:02 -04:00
Zachary Jones
d2acf0fc3b Update to all READMEs for hosted content
reorganization of so-called historical papers
2015-10-07 15:12:22 -04:00
Zeeshan Lakhani
28296332c2 Update README w/ bonwick slab allocator paper 2015-08-14 14:41:29 -04:00
Julian Squires
8feb4f4b1f Add ScatterAlloc paper
This paper was celebrated at PWLMTL#2 by Peter Zion, who also used it as
a springboard to discuss GPU architecture in general, as well as his
implementation based on the paper in the Fabric Engine
framework (fabricengine.com).
2014-11-05 18:14:18 -05:00
Julian Squires
b3e7a5cefc Generalize the garbage collection directory
Rather than artificially separate garbage collection from other classes
of memory management, I propose moving garbage collection topics under
the more general label of memory management ("storage management" or
"memory allocation" might be reasonable alternatives).
2014-11-05 18:04:06 -05:00