Re: [RFA][PATCH 1a/4] [PR tree-optimization/33562] New sbitmap functions

2017-01-13 Thread Richard Biener
On Fri, Jan 13, 2017 at 4:36 AM, Jeff Law wrote: > Per Richi's request, this breaks out the new sbitmap functions into their > own patch. > > This patch should address all the concerns Richi raised in the prior review. > Namely the performance of the range set/clear and bootstrapping with older >

[RFA][PATCH 1a/4] [PR tree-optimization/33562] New sbitmap functions

2017-01-12 Thread Jeff Law
Per Richi's request, this breaks out the new sbitmap functions into their own patch. This patch should address all the concerns Richi raised in the prior review. Namely the performance of the range set/clear and bootstrapping with older or non-GCC C++ compilers and added missing docs. The r