From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 309B23858C52; Wed, 2 Nov 2022 13:15:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 309B23858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667394905; bh=jLgNIL6oin88nSb1h3nqOXOVkiPq+Cgcvf1djhwvq1E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BnIGrsD1OX5aMORxclqAiIFthlgyo275RYOJnTVExogbezBx5lzEW6eLqSp/Joc/C V9KdLsyasLxt3Cx8vA99V6NkKsUl/FMH5Kbtn/UrxAN9xkrfxY81ttrKjkSJQEvKyH ro4g3eaZXqmVd3PlXBe9mFNhLjMcgxKvHSgiEHBA= From: "jakub.kulik at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/107491] Gccgo stack not resizing on Solaris Date: Wed, 02 Nov 2022 13:15:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub.kulik at oracle dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107491 --- Comment #4 from Jakub Kulik --- Thanks for the confirmation. -fsplit-stack on Solaris would be nice, but it's as simple as designating a= TLS accessible slot, right? We have our own linker on Solaris and don't use gol= d, and I am not how feasible it would be to add functionality similar to that = of gold. I do like the idea of adjustable min size with an environment variable beca= use that should not be a big change, and all platforms can use it. It's not rea= lly the best solution, but better than nothing, I guess.=