Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactoring | Simon Marlow | 2008-04-16 | 1 | -12/+11 | |
* | add debugging code to check for fragmentation | Simon Marlow | 2008-04-16 | 1 | -0/+8 | |
* | update copyrights in rts/sm | Simon Marlow | 2008-04-16 | 1 | -1/+1 | |
* | faster block allocator, by dividing the free list into buckets | Simon Marlow | 2008-04-16 | 1 | -165/+165 | |
* | Release some of the memory allocated to a stack when it shrinks (#2090) | simonmar@microsoft.com | 2008-02-28 | 1 | -0/+34 | |
* | Initial parallel GC support | Simon Marlow | 2007-10-31 | 1 | -2/+4 | |
* | Rework the block allocator | Simon Marlow | 2006-12-14 | 1 | -203/+480 | |
* | small fix to DEBUG case in coalesce/freeGroup patch | Simon Marlow | 2006-11-21 | 1 | -1/+3 | |
* | optimisation to freeGroup() to avoid an O(N^2) pathalogical case | Simon Marlow | 2006-11-21 | 1 | -11/+14 | |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -0/+391 |