Add allocateInGen() for allocating in a specific generation, and cleanups
authorSimon Marlow <simonmar@microsoft.com>
Fri, 12 Oct 2007 12:44:13 +0000 (12:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 12 Oct 2007 12:44:13 +0000 (12:44 +0000)
commitc1540c3def6281ea67b5a4ce7499b1aa982faa25
tree0c1faa326af3cf88b05b196f9488f0d470518478
parent05b677fad57427a5639b36a1822c9ebd52cb3339
Add allocateInGen() for allocating in a specific generation, and cleanups
Now allocate() is a synonym for allocateInGen().

I also made various cleanups: there is now less special-case code for
supporting -G1 (two-space collection), and -G1 now works with
-threaded.
includes/Storage.h
rts/LdvProfile.c
rts/ProfHeap.c
rts/RetainerProfile.c
rts/sm/GC.c
rts/sm/Storage.c