Xref: utzoo comp.lang.c:37459 comp.unix.programmer:1401 comp.unix.questions:29710 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!st-andy!larry From: larry@st-andy.uucp (Larry Martell) Newsgroups: comp.lang.c,comp.unix.programmer,comp.unix.questions Subject: Re: Hash table problem Message-ID: <1991Mar22.173612.5080@st-andy.uucp> Date: 22 Mar 91 17:36:12 GMT References: <1991Mar7.151801.4702@ifi.unizh.ch> Reply-To: uunet!st-andy!larry (Larry Martell) Organization: RMJ Securities Corp. Lines: 16 In article <1991Mar7.151801.4702@ifi.unizh.ch> zhou@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