From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from confino.investici.org (confino.investici.org [93.190.126.19]) by sourceware.org (Postfix) with ESMTPS id F17FC38582B4; Mon, 24 Oct 2022 06:53:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F17FC38582B4 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 confino.investici.org (Postfix) with ESMTP id 4Mwm4c64Lbz10tJ; Mon, 24 Oct 2022 06:53:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1666594416; bh=7ObyASDsFwxOBFUwrO7n7VHe454dZR1yj9XdKfMN4DY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=g4rYbRRTrGiSd9MDFb3uhL9NKvfwoil7Xv7GvZttGF6U0+P1rkXb3EIP1hw3uRdM3 GIzmbJb+eyVQHgVn4q41nNxUdNleAZVDIWubB2OP6/zSpjpqRkLT6lIdxfsbmgYNx5 IuDjgD0/8umB/0V8v44HZn9PBinnLP2rpUf8w3ZM= 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 4Mwm4c4Qmlz5sy1; Mon, 24 Oct 2022 06:53:36 +0000 (UTC) MIME-Version: 1.0 Date: Mon, 24 Oct 2022 06:53:36 +0000 From: i.nixman@autistici.org To: Eric Botcazou Cc: 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: <5795a640ae545b07f11763c310825cc9@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. Hello Eric, could you please refresh/recheck your patch for the current gcc master and solve the objections noted in the thread? is it possible? best!