This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: polymorphism - virtual memory exhausted


On Nov 22, 2000, Issac Alphonso <alphonso@isip.msstate.edu> wrote:

> For some reason as the number of List class instances and operations
> on those List class instances grows in the function so does the 
> memory needed for the compile job.

Since it's a template class, this is probably something to be
expected, right?

> I would appreciate any pointers especially if someone has 
> encountered a similar problem like this before. Thanks.

Without a *complete* code snippet, it will be quite difficult to
duplicate the problem.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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