On Tue, Nov 21, 2000 at 10:18:54PM +0100, Laurynas Biveinis wrote: > If it is somewhere between 32M and 64M, this means the problem has moved to > gc, where we waste half of memory. No, only the compiler proper uses garbage collection. The programs that run while building the compiler (e.g. genattrtab) just use plain old malloc. r~