https://bugs.freedesktop.org/show_bug.cgi?id=100876

Edmondo Tommasina <edmondo.tommas...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |edmondo.tommas...@gmail.com

--- Comment #4 from Edmondo Tommasina <edmondo.tommas...@gmail.com> ---
The original code in 17.0 should just flush the I/O buffer to the file when the
buffer size reaches the default BUFSIZ value (8 KB on my machine) or when
fclose is called. You usually have to wait longer to see something in the
files. I'm not sure why with some applications the fclose doesn't get called on
exit.

With the new patch the I/O buffer gets flushed after every printf with newline.
This is probably the expected behavior and it doesn't seem to negatively impact
the performance.

Release 17.1 is expected for end next week and the patch is included.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to