[PATCH] Shrink points-to analysis dumps when not dumping with -details

2023-04-18 Thread Richard Biener via Gcc-patches
The following allows to get PTA stats with -stats without blowing up your filesystem by guarding constraint and solution dumping with TDF_DETAILS and the SSA points-to info with TDF_DETAILS or TDF_ALIAS. Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed to trunk. * tree-ssa-stru

[PATCH] Shrink points-to analysis dumps when not dumping with -details

2023-03-10 Thread Richard Biener via Gcc-patches
The following allows to get PTA stats with -stats without blowing up your filesystem by guarding constraint and solution dumping with TDF_DETAILS and the SSA points-to info with TDF_DETAILS or TDF_ALIAS. Queued for stage1. * tree-ssa-structalias.cc (dump_sa_stats): Split out from...