[PATCH] Fix PR63155

2018-09-17 Thread Richard Biener
The following fixes the memory use at -O0 from out-of-SSA coalescing (conflict computation in particular) with lots of abnormals (setjmp calls). After reviewing I found no reason to not use compute_optimized_partition_bases since we populate the coalesce lists and used_in_copy pieces correctly a

[PATCH] Fix PR63155 (again)

2018-10-05 Thread Richard Biener
ith EH would perform) Richard. >From 80083abe998e0f75782d206ceda72de88fcf0563 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Fri, 5 Oct 2018 12:31:44 +0200 Subject: [PATCH] fix-pr63155-8 2018-10-05 Richard Biener PR tree-optimization/63155 * tree-ssa-ccp.c (ccp_propa

Re: [PATCH] Fix PR63155

2018-09-18 Thread Richard Biener
On Mon, 17 Sep 2018, Richard Biener wrote: > > The following fixes the memory use at -O0 from out-of-SSA coalescing > (conflict computation in particular) with lots of abnormals (setjmp > calls). After reviewing I found no reason to not use > compute_optimized_partition_bases since we populate t