Thread
Stories related to "Using uninitialized memory for fun and profit" across the full archive.
Work in progress; the last two chapters are not yet in the book. Got a ringing endorsement from [Uncle Bob Martin](http://blog.8thlight.com/uncle-bob/2012/08/24/functional-programming-for-the-object-oriented-programmer.html).
Adventures in Undefined Behavior: Or, Monkey-patching malloc For Fun and Profit
(spin.atomicobject.com)
The [Memory Pool System](http://www.ravenbrook.com/project/mps) or MPS is a GC that was originally written back in the 1990s at Harlequin where it was used in their DylanWorks environment. When Harlequin went under, some members of the team bought up the rights to MPS and now manage its development ...