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
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