Default std::vector<bool> default and move constructor

François Dumont frs.dumont@gmail.com
Tue May 23 20:11:00 GMT 2017


Gentle reminder, ok to commit ?

François

On 19/05/2017 21:39, François Dumont wrote:
> Hi
>
> On 15/05/2017 21:31, Marc Glisse wrote:
>> The __fill_bvector part of the fill overload for vector<bool> could 
>> do with some improvements as well. Looping is unnecessary, one just 
>> needs to produce the right mask and and or or with it, that shouldn't 
>> take more than 4 instructions or so.
>>
>>
> I have implemented this idear so I would like to amend my patch 
> proposal with this additional optimization.
>
> Tested under Linux x86_64 normal mode.
>
> Ok to commit ?
>
> François
>
>



More information about the Libstdc++ mailing list