From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 055043858C2F; Tue, 27 Sep 2022 22:22:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 055043858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664317349; bh=rkCZtSp7Jztyb4k5acAoWcI6M/qAM8ViYBkBuVDyyGM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cHJmc5ArXSbWaj2syB/BUp9zlciHYQmVlYK3M6UbvZ1IUR9FvYfO8InTLw+T30Rlw 3qj/ZU+gt+GXtRbyGLYuy28Au8XmJ6iCYfJ5ZNdp7HCxs/zKaTWbvzmobHS7dQ7wMD vSiXMFm/jXVQ9mHk9MYdV3aF9NbLAypapBG+1eKA= From: "dmalcolm at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug analyzer/107060] -fanalyzer unbearably slow when compiling GNU Emacs Date: Tue, 27 Sep 2022 22:22:28 +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: 12.2.1 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D107060 --- Comment #3 from David Malcolm --- perf shows that 64% of the time is taken by this ctor: shortest_paths::shortest_paths=