From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 306A33857C49; Sat, 25 Jul 2020 12:23:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 306A33857C49 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595679801; bh=ZBhgfy/rTXVK4K1NMOsCCC448TwsWfE7Vb7HBBCTf0E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WmxeuqNKn0yRmyUoqnxYxKjRfY+1OVPefFGTt238mzaY3hYgc1BKUF1LXPbx9boRw FKPnqrAmEsddIfAgXfSQOCOS0p3EX1/rmdiYFOiupBOzotVrog08sRulmHe2caTjsV OMkwC6AMSzllasKywBO9BehFWlCEjs9X5f+0jUiQ= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/45375] [meta-bug] Issues with building Mozilla (i.e. Firefox) with LTO Date: Sat, 25 Jul 2020 12:23:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 4.6.0 X-Bugzilla-Keywords: lto, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2020 12:23:21 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D45375 --- Comment #223 from Martin Li=C5=A1ka --- (In reply to Martin Li=C5=A1ka from comment #222) > (In reply to Martin Li=C5=A1ka from comment #221) > > For the chromium with GCC 10, inliner starts after ~5 minutes, so it's = very > > likely inliner that takes so long. >=20 > 45.07% libc-2.31.so [.] __memset_avx2_erms > 21.79% [kernel] [k] change_protection_range > 3.74% lto1 [.] fibonacci_heap::consolida= te > 3.54% lto1 [.] fibonacci_heap cgraph_edge>::extract_minimum_node > 2.63% [kernel] [k] task_numa_work Suggested patch for it: https://gcc.gnu.org/pipermail/gcc-patches/2020-July/550662.html=