From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 09524385780D; Thu, 29 Sep 2022 12:24:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09524385780D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664454260; bh=T9m5xfJBqkp8R4+q6v/I/7J9tQbPjnIR60HWn8CKBs0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jbpwdaNuJ3tnVxtv46tZ4wZcNsBsjjguAtM/igZgBaqBURVnJzTGZjUWF3VPzXrc+ TDDDQutguItsOq4i8CROYmqvnaENn3Vi+Py89TEgfvLt79kayQBZL4vhy1m/l4AmTY ixQV2Bv5bXbPEbImHoJ5FMeo7yLGjj5lE9hgnTm4= From: "dumoulin.thibaut at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/68606] Reduce or disable the static emergency pool for C++ exceptions Date: Thu, 29 Sep 2022 12:24:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 4.9.3 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: enhancement X-Bugzilla-Who: dumoulin.thibaut at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D68606 --- Comment #18 from Thibaut M. --- Jonathan, it looks like you have a good idea of what could be the patch, co= uld you detail it please? :) Or are you referring to the one you already sugges= ted here https://gcc.gnu.org/legacy-ml/gcc-patches/2016-12/msg01158.html ? Thanks for pointing out the thread about exception optimization, very instructive.=