From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C54B33857C44; Thu, 8 Jun 2023 23:06:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C54B33857C44 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686265617; bh=XVsY32FeqMXZNA5WWjQlt09+dxuxSF3gGZ+JdWfyCoo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZzPFklH9FXxp13sRsqZsKDjMp0QN9rtdnP3STAmAFiEIO3jDibaok7uCPN1a2Nq0u uWTF0tq4w7oGGMtlp/qV8WFp6q6cro6MWUPCRHXIE6+fTGGuUZkvMrOFIa7Eof0Rv7 +3V18tBbpU/2wWRgZerBfL3FylyEvdCCfHA9OA8Q= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/110112] [11/12/13 Regression] gcc -fanalyzer takes an excessive amount of time Date: Thu, 08 Jun 2023 23:06:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: analyzer X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: compile-time-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: dmalcolm at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on bug_status everconfirmed Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110112 David Malcolm changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-06-08 Status|UNCONFIRMED |ASSIGNED Ever confirmed|0 |1 --- Comment #3 from David Malcolm --- Thanks. I was seeing: real 1m31.214s Adding a cache to region_model::get_initial_value_for_global speeds things = up greatly to: real 0m3.677s Adding a further cache to decl_region::get_svalue_for_constructor gives a further slight speedup to: real 0m3.069s I'm working on a fix based on the above.=