This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: -fno-whole-file-check


Hi Tobias,

> The one-file CP2K is in any case a good test case whether the global
> symtree grows too large.

I do not believe that this will be the problem, although let's wait
and see.  Such monitoring as I have done shows that it is at the
GIMPLE and optimization phases that memory usage becomes impressive.
With the present patch, code is only produced for one procedure at a
time.  Once the mutiple decl problem is attacked, forward translation
of procedures will hit quite hard.  However, decls from previously
translated global procedures will not hurt at all.

Cheers

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]