Re: [PATCH] Remove static marker for range in alloca pass.

2021-10-04 Thread Andrew MacLeod via Gcc-patches
On 10/4/21 4:15 AM, Richard Biener via Gcc-patches wrote: On Mon, Oct 4, 2021 at 8:55 AM Aldy Hernandez via Gcc-patches wrote: The m_ranges[] field in int_range are trees, so they live in GC space. Since invalid_range is static, it must be marked with GTY magic. However, calculating invalid_r

Re: [PATCH] Remove static marker for range in alloca pass.

2021-10-04 Thread Richard Biener via Gcc-patches
On Mon, Oct 4, 2021 at 8:55 AM Aldy Hernandez via Gcc-patches wrote: > > The m_ranges[] field in int_range are trees, so they live in GC > space. Since invalid_range is static, it must be marked with GTY > magic. However, calculating invalid_range is not particularly slow, > or on a critical pat