Re: [VRP] Use alloc-pool and obstack for value_range and vr->equiv allocations

2016-07-20 Thread Richard Biener
On Wed, Jul 20, 2016 at 4:16 AM, kugan wrote: > Hi Richard, > > As discussed in IPA-VRP discussion, this patch makes tree-vrp allocations > use alloc-pool and obstack for value_range and vr->equiv respectively. Other > allocations are rare and left as it is. > > Bootstrapped and regression tested

[VRP] Use alloc-pool and obstack for value_range and vr->equiv allocations

2016-07-19 Thread kugan
Hi Richard, As discussed in IPA-VRP discussion, this patch makes tree-vrp allocations use alloc-pool and obstack for value_range and vr->equiv respectively. Other allocations are rare and left as it is. Bootstrapped and regression tested on x86-64-linux with no new regressions. Is this OK fo