comp.lang.ada
 help / color / mirror / Atom feed
* A guess at "Problem with memory usage-" problem
@ 1986-08-16 11:10 harbaughs
  0 siblings, 0 replies; only message in thread
From: harbaughs @ 1986-08-16 11:10 UTC (permalink / raw)


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
---------------------
------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1986-08-16 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1986-08-16 11:10 A guess at "Problem with memory usage-" problem harbaughs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox