Re: dph tests and memory usage

2010-03-27 Thread Roman Leshchinskiy
On 28/03/2010, at 09:23, Ian Lynagh wrote: > Are the dph tests expected to take large amounts of RAM while compiling? I suspect so. The problem is that they inline almost everything, which results in very large intermediate code. We haven't found a way to avoid this so far. Roman

dph tests and memory usage

2010-03-27 Thread Ian Lynagh
Hi all, Are the dph tests expected to take large amounts of RAM while compiling? It's very noticable when validate runs several at once while I'm doing something else. The numbers look like this: dph-diophantine: 232M in use dph-dotp: 61M in use dph-primespj:338M in use dph-quickhul