faster block allocator, by dividing the free list into buckets
authorSimon Marlow <simonmarhaskell@gmail.com>
Wed, 16 Apr 2008 22:45:41 +0000 (22:45 +0000)
committerSimon Marlow <simonmarhaskell@gmail.com>
Wed, 16 Apr 2008 22:45:41 +0000 (22:45 +0000)
commitae267d04df855051b99218e3712b3f56b8016d56
treea2ec5173e84e46e515d3bf68e4f370df0ed7467b
parentf4068203328cd00a1935e4f4a8e3cab400db01ea
faster block allocator, by dividing the free list into buckets
rts/Stats.c
rts/sm/BlockAlloc.c