NtDelayExecution: reduce multiple stack allocation

Ferdinand Nölscher root at rapidcc.com
Sat Mar 10 09:20:20 CST 2012


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



More information about the wine-devel mailing list