In ntdll/sync.c, line 1232 the struct "timeval" is being allocated in a
for-loop.
Would'nt it be faster if tv was created before entering the loop?
I have not tested doing so but I think that it would increase
performance a tiny bit.

kind regards


Reply via email to