[project @ 1999-01-19 15:41:56 by simonm]
authorsimonm <unknown>
Tue, 19 Jan 1999 15:41:56 +0000 (15:41 +0000)
committersimonm <unknown>
Tue, 19 Jan 1999 15:41:56 +0000 (15:41 +0000)
commit97f15badc84f6fbae1e11c5879dd161fd5e80dfe
treeb4d7829a5657285390bc3d16bbf68f97b18c9878
parentbfd50cd8881723ad87c83a758c898784fa61b7c3
[project @ 1999-01-19 15:41:56 by simonm]
Change the sizing for intermediate generations.  Now the formula is

max_size = max (oldgen_max * g / generations,
RtsFlags.GcFlags.minOldGenSize)
ghc/rts/GC.c