Limiting compile time memory usage?

Steve Kargl sgk@troutmask.apl.washington.edu
Sat Dec 23 03:33:00 GMT 2006


On Fri, Dec 22, 2006 at 11:36:56PM +0100, Harald Anlauf wrote:
> 
> are there any recommendations how to limit the compile time
> memory usage of gfortran at lowest optimization (-O), other
> than completely disabling optimization?
> 
> I skimmed through the gcc options that limit inlining and
> similar things, but most descriptions are quite technical
> and probably not very enlightening to a non-specialist.
> 

Harald,

There is the --param option that allows one to adjust various
internal constants.  You might be able to play with a number
of the values list in gcc.info.

-- 
Steve



More information about the Fortran mailing list