Re: [PATCH] bitmap: Introduce bitmap_head_pod

2023-09-28 Thread Jakub Jelinek
On Thu, Sep 28, 2023 at 09:29:31AM +, Richard Biener wrote: > > The following patch splits the bitmap_head class into a POD > > struct bitmap_head_pod and bitmap_head derived from it with non-trivial > > default constexpr constructor. Most code should keep using bitmap_head > > as before, bitm

Re: [PATCH] bitmap: Introduce bitmap_head_pod

2023-09-28 Thread Richard Biener
On Thu, 28 Sep 2023, Jakub Jelinek wrote: > Hi! > > The following patch splits the bitmap_head class into a POD > struct bitmap_head_pod and bitmap_head derived from it with non-trivial > default constexpr constructor. Most code should keep using bitmap_head > as before, bitmap_head_pod is there

[PATCH] bitmap: Introduce bitmap_head_pod

2023-09-28 Thread Jakub Jelinek
Hi! The following patch splits the bitmap_head class into a POD struct bitmap_head_pod and bitmap_head derived from it with non-trivial default constexpr constructor. Most code should keep using bitmap_head as before, bitmap_head_pod is there just for the cases where we want to embed the bitmap h