From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 18 May 2001 14:04:32 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: realloc enhancement Message-ID: <3B052BF0.28905.20987D@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > I expect a speed up rather than a slow down. I'll try to find a program that > makes heavy use of realloc. > Bash 2.05 uses realloc so I tried to build it with '-pg' to see compare realloc versions. However a program built to generate a file crashes on exit when '-pg' is used preventing Bash itself from being built. This occurs with djgpp cvs and gcc 2.95.3. Is this a known problem?