From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 452 invoked by alias); 28 Oct 2019 14:13:12 -0000 Mailing-List: contact dwz-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: dwz-owner@sourceware.org Received: (qmail 392 invoked by uid 48); 28 Oct 2019 14:13:08 -0000 From: "vries at gcc dot gnu.org" To: dwz@sourceware.org Subject: [Bug default/25142] New: Add optimization levels Date: Tue, 01 Jan 2019 00:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q4/txt/msg00027.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25142 Bug ID: 25142 Summary: Add optimization levels Product: dwz Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: default Assignee: nobody at sourceware dot org Reporter: vries at gcc dot gnu.org CC: dwz at sourceware dot org Target Milestone: --- Both for the purposes of: - bug analysis (for the dwz developer) - bug workaround (for the dwz user) it would be good to be able to somehow control the optimization level. So, it would be possible to work around bugs in -O by using -O. A possible optimization level distribution could be: - O1: read in and write out, no duplicate DIE elimination:=20 - rewrite .debug_abbrev sections (merging abbreviation tables for differe= nt CUs to eliminate duplicate table entries), - use minimal reference encoding (f.i., rewrite DW_FORM_ref8 into DW_FORM_ref4) - O2: eliminate duplicate DIEs intra-CU - O3: eliminate duplicate DIEs inter-CU --=20 You are receiving this mail because: You are on the CC list for the bug.