https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104954
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |104943 --- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Part of the slowdown may relate to PR analyzer/104943: "perf" shows lots of time spent traversing state objects, and I'm seeing huge numbers of temporaries that aren't getting purged. The state bindings show dozens of "region: {<anonymous>, value: UNKNOWN(struct bw_fixed)}") presumably relating to struct temporaries. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104943 [Bug 104943] Analyzer fails to purge state for local structs