Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libpthread



On Thu, Oct 04, 2007 at 09:08:35PM +0000, Andrew Doran wrote:
> 
> Module Name:  src
> Committed By: ad
> Date:         Thu Oct  4 21:08:35 UTC 2007
> 
> Modified Files:
>       src/lib/libpthread: Makefile
> 
> Log Message:
> Compile pthread_getspecific / pthread_setspecific with -fomit-frame-pointer
> -falign-functions=32, since these two really get hammered on. To make them
> faster needs a threadreg or TLS, unless there is a way to tell gcc that a
> library-local (pthread__threadmask) variable does not need to be PIC.

__attribute__ ((visibility("hidden"))) ?




Home | Main Index | Thread Index | Old Index