Re: condvar wakeups
Saurabh Desai <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
Ingo Molnar wrote: > > here's the latest futex-requeue kernel patch, against 2.5.69. I fixed the > UP compilation problem. The userspace patch is still the same one from > Ulrich, except that there's no FUTEX_WAKE_NORESCHED call anymore, all > those occurences in the glibc patch should be renamed to FUTEX_WAKE. > Looks good. The results are same as I reported before, hugh improvements on a 4p IA32 results for pingpong, cond-perf, test_str03 and other programs. Are you going to submit this patch soon?