
Andy Wingo
Hacker.
North Carolina (USA)
I enjoy practicing aikido in my free time – and hacking, of course!
POSTS
coarse or lazy?
sweeping, coarse and lazyOne of the things that had perplexed me about the Immix collector was how to effectively defragment the heap via evacuation w
Continue reading >
unintentional concurrency
Good evening, gentle hackfolk. Last time we talked about heuristics for when you might want to compact a heap. Compacting garbage collection is nice
Continue reading >
an optimistic evacuation of my wordhoard
Good morning, mallocators. Last time we talked about how to split available memory between a block-structured main space and a large object space. G
Continue reading >
blocks and pages and large objects
Good day! In a recent dispatch we talked about the fundamental garbage collection algorithms, also introducing the Immix mark-region collector. Immi
Continue reading >