[net.lang.ada] A guess at "Problem with memory usage-" problem

harbaughs@EGLIN-VAX.ARPA (08/16/86)

When I had similar memory problems with DEC compiler it turned out
that it wasn't anything to do with the source code sequence I was
giving the compiler but rather the rule that "The compiler cannot
update the Ada library until the entire compilation is performed
successfully". I was asking it to compile a great many compilation
units and it kept the results in it's virtual memory space (rather
than cretae a disk file and store them there) and memory overflowed
before it reached the end.
    If this is your problem a possible solution is to use separate 
compilations somehow without destroying the desired structure
of your source code. Hope this helps-If not remember it was free.
regards, sam harbaugh
---------------------
------