Re: msvcrt: Make first call to fwrite bufferred
Oct. 21, 2013
1:46 p.m.
Please ignore this patch, it slows down fwrite on unbuffered FILE's. On 10/21/13 15:43, Piotr Caban wrote:
Without this patch fwrite allocates the buffer on first call and doesn't use it. --- dlls/msvcrt/file.c | 125 +++++++++++++++++++++++------------------------------ 1 file changed, 54 insertions(+), 71 deletions(-)
4539
Age (days ago)
4539
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban