[fpc-devel]Some more compiler problems
    Jonas Maebe 
    jonas at zeus.rug.ac.be
       
    Sun Apr  1 20:17:56 CEST 2001
    
    
  
On Sun, 1 Apr 2001, Aleksey V. Vaneev wrote:
>   Problem N3. 1.1 branch always reports "not enough memory" when I
>   compile programs (1.0.5 compiles well). I have 16 MB and running
>   win95osr2. Seems to be that compiler don't want to use virtual
>   memory or uses 40-50 megs (I have a little swap space).
Try using -vl, then the compiler will report when it allocates memory. It'
not 100% accurate (during assembling/linking, not all allocations are
reported), but should give a general ide. There may be some memory leaks
in the compiler as well, though I thought Peter fixed em all recently.
Jonas
    
    
More information about the fpc-devel
mailing list