Experimental "mark-region" strategy for the old generation
authorSimon Marlow <marlowsd@gmail.com>
Mon, 9 Jun 2008 17:49:43 +0000 (17:49 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 9 Jun 2008 17:49:43 +0000 (17:49 +0000)
commit74ee9df9f9e79e7110e9d8541b84010f35c464c5
treea7a10946773a1f12d367c063e4ac343e6580d9ad
parent54fe7a440247fbd0f853d07da23d48b50a229a00
Experimental "mark-region" strategy for the old generation
Sometimes better than the default copying, enabled by +RTS -w
includes/Block.h
includes/RtsFlags.h
includes/Storage.h
rts/RtsFlags.c
rts/sm/Compact.c
rts/sm/Evac.c
rts/sm/GC.c
rts/sm/GCAux.c
rts/sm/Storage.c
rts/sm/Sweep.c [new file with mode: 0644]
rts/sm/Sweep.h [new file with mode: 0644]