From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C74A63938C3A; Wed, 24 Jun 2020 09:06:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C74A63938C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592989619; bh=vv7bbIQ+wsrAAGzqoNp039hYWJUXMb392m09qckbNpE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nSkEbZNytTGUakW+G8TVhZTWPVxaHT2hsKK2WkAQozSVXPVo4i5tkYvTznWu560H8 3OQEw8adlFReo/5ElVDcJafm4duiKO3j6B/4xfxijeqXfMKooaqoJTw6oH3NcPSSON 2zNP873mP6ya5UGSheqySPQiZ7lH1WaiQmaXjhPo= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug gcov-profile/95348] GCC records zero functions and modules in the profiling data file, ICC does NOT Date: Wed, 24 Jun 2020 09:06:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: gcov-profile X-Bugzilla-Version: 11.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.0 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: Wed, 24 Jun 2020 09:06:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95348 --- Comment #41 from Martin Li=C5=A1ka --- The patch survives PGO bootstrap of GCC and it shrinks size of gcda file from 17MB to 12MB. And compression can achieve the following: zstd: 3.3 MB $ time zstd * real 0m0.082s user 0m0.068s sys 0m0.013s gzip: 3.3 MB $ time gzip * real 0m0.357s user 0m0.328s sys 0m0.029s So using compression is a very promising approach.=