This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Speed up profile reading/writing
On Fri, Feb 28, 2003 at 09:46:30AM +0100, Zdenek Dvorak wrote:
> seems like good idea; I will check whether it helps.
Blah. It won't. Not with glibc anyway.
/* Flush unwritten characters.
(This may do an unneeded write if we seek within the buffer.
But to be able to switch to reading, we would need to set
egptr to ptr. That can't be done in the current design,
I guess your patch is the best we can do.
r~