On Mon, May 19, 2014 at 2:16 PM, Bruno Jesus 00cpxxx@gmail.com wrote:
send() will ever use a single wsabuffer structure and most common applications use of WSASend() will also send a single buffer. Saves over 6 thousand calls to HeapAlloc in make test.
In (very non-scientific) timing runs, these two patches reduced valgrind test time by ~20% (5 vs 4 minutes), thanks!
On Wed, May 21, 2014 at 12:34 AM, Austin English austinenglish@gmail.com wrote:
In (very non-scientific) timing runs, these two patches reduced valgrind test time by ~20% (5 vs 4 minutes), thanks!
Great to hear that, I was hoping it would help bug http://bugs.winehq.org/show_bug.cgi?id=28269 but it didn't =/