From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from latitanza.investici.org (latitanza.investici.org [IPv6:2001:888:2000:56::19]) by sourceware.org (Postfix) with ESMTPS id 1C1E73856974; Fri, 21 Oct 2022 11:55:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1C1E73856974 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=autistici.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=autistici.org Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by latitanza.investici.org (Postfix) with ESMTP id 4Mv2wh4QKGzGp2Z; Fri, 21 Oct 2022 11:55:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1666353348; bh=hfmCRe6i/HUHpps2vDY+gHn8S8wMxF1wMsX3Uw6JKGA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ufVJrbkCVe/Sl5VFTiEZ6yQdK230WMstv1N0HeX+Lo9mjgb1YE77DYfqZx96zRdD1 O94jIMUXTO8zTc4qdZS/R32khtuTo9LfPISj8SDALZcqZBL9k47FzrCSIcJiaYlNiT b7GyPgb9Ojx+ogBwANz22iaF0q/I4ty3f8upizJY= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: i.nixman@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4Mv2wh36m9z5sjW; Fri, 21 Oct 2022 11:55:48 +0000 (UTC) MIME-Version: 1.0 Date: Fri, 21 Oct 2022 11:55:48 +0000 From: i.nixman@autistici.org To: Eric Botcazou Cc: Jonathan Wakely , LIU Hao , libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Adding a new thread model to GCC In-Reply-To: <4435122.LvFx2qVVIh@fomalhaut> References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <4435122.LvFx2qVVIh@fomalhaut> User-Agent: Roundcube Webmail Message-ID: <0ffaec7e83efdbd9a37049c52e92a9a0@autistici.org> X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2022-10-21 11:44, Eric Botcazou via Libstdc++ wrote: >> How does this compare with Eric B's proposal at >> https://gcc.gnu.org/legacy-ml/gcc-patches/2019-06/msg01840.html ? > > My proposal was to reimplement (and extend) the native thread model > (win32) > instead of adding a new one, the advantage being that you don't need an > extra > threading layer between GCC and Windows. I agree! best!