Hash table problem
Larry Martell
larry at st-andy.uucp
Sat Mar 23 03:36:12 AEST 1991
In article <1991Mar7.151801.4702 at ifi.unizh.ch> zhou at unizh.ifi.unizh.ch writes:
>I got a 'run out of hash table' error whenever I compile a C program which has
>more than 10,000 of individually defined (float, int)varibles. I have studied
>some compiler books but with no solution. I'd like to know from you warm-hearted
>souls any comments.
>
>Thanks a lot in advance!
How about breaking the program into separately compiled modules. How can you
deal with a single module with > 10,000 variables? Obviously it's not a
very modular program. There's nothing wrong with you compiler, only with
your methods of programming.
--
Larry Martell
uunet!st-andy!larry
212-668-9478
More information about the Comp.unix.questions
mailing list