login
Header Space

 
 

Re: Has anyone been able to compile banner from utila-1.0?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Friday, August 7, 1992 - 6:56 pm

Cory West on compiling banner:

This is simply a moderately compiler intensive program. I got it compiled.
GCC used approximately 10 seconds of time (20 seconds of real time),
and it hogged up to 3.2 MB of memory.

The problem is that GCC builds a big syntax tree for the initial value of
that array, before beginning to output it to the .s file.

So either add some swap space (8MB RAM and 5 MB swap should be enough), or
get a better compiler :-)

There have already been such complaints in the gnu.gcc.help newsgroup. One
guy needed more that 90 MB of swap space...

Btw, banner is not 8 bit clean.


         Bruno Haible
         haible@ma2s2.mathematik.uni-karlsruhe.de
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Has anyone been able to compile banner from utila-1.0?, Bruno Haible, (Fri Aug 7, 6:56 pm)
speck-geostationary