From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4EBCA386F432; Tue, 26 May 2020 19:42:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EBCA386F432 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590522132; bh=t/4j6iZqCfvW60af5t4fo8jeSgNxKNsEMN3MVmCcfmU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OsznYPv0fVDlY8A88qdmzTmIYNVEjshZ0o0SafAeX6vNDrX+YY8sE2JqobN7iKujF zLy3U1qJf+T51Hiyq+reB1J1pgOZyJBWHu3a2svnELffRwmf92ewszQIifKVWy5CST evXPFSw47pxk/UgQYnjJy0JHuXnQygh1ZomenakQ= From: "trass3r at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/12245] [8/9/10/11 regression] Uses lots of memory when compiling large initialized arrays Date: Tue, 26 May 2020 19:42:12 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 3.3.1 X-Bugzilla-Keywords: memory-hog X-Bugzilla-Severity: normal X-Bugzilla-Who: trass3r at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: Tue, 26 May 2020 19:42:12 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D12245 Trass3r changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trass3r at gmail dot com --- Comment #77 from Trass3r --- This kind of code is also heavily used by Qt's resource system so any compi= le time improvements are welcome.=