This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] fix thread test cases for solaris.


On Sun, Jan 11, 2009 at 9:43 AM, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> 2009/1/11 Chris Fairles:
>>
>> Ok. Will do. In the meantime, any ideas what we should call this
>> (disabled by default) --enable option?
>> --enable-cxx0x-thread[={rt,yes,no}] or
>> --enable-libstdcxx-thread[={rt,yes,no}]?
>> --enable-libstdcxx-librt[={yes,no}] i think would also work...
>> --enable-nanosleep-sched-yield-clock-gettime???
>
> Will it be enabled by default on Solaris <= 10 ?
>
> Jonathan
>

It will be disabled by default for all platforms since its only
required for experimental cxx0x stuff in libstdc++ (and can have
performance impact on single threaded code).

Chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]