Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/lib/librumpuser
On Sun, Mar 09, 2014 at 11:01:11PM +0000, Justin Cormack wrote:
> Module Name: src
> Committed By: justin
> Date: Sun Mar 9 23:01:11 UTC 2014
>
> Modified Files:
> src/lib/librumpuser: rumpuser_pth.c
>
> Log Message:
> Use __thread rather than pthread_getspecific for rumpuser curlwp.
> This has better performance and curlwp is a performance bottleneck
> in rump kernel code.
You can't do this, it breaks the build on non TLS supporting platforms.
Martin
Home |
Main Index |
Thread Index |
Old Index