From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id DCA483858412 for ; Mon, 24 Oct 2022 08:15:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DCA483858412 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x435.google.com with SMTP id bu30so14875032wrb.8 for ; Mon, 24 Oct 2022 01:15:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=rSqlHOH7/j7DulxXrYHGxir4jsWGHpGCZH/PM7TICMQ=; b=cFVs0nz8+EvxVRA53ahILMxxdiE9FOPOJiTeLKsJ5tJK4QNJgA/9wEBrPMmPFQ1CE/ 6Gp/zDSo4BIo2EcffGNFMDN9Ng7s8T5VfaMIMdye19z9UJziuGsy3sxlUgjG0iME/G0N W/KItpGmJ5rZQDRySi6We+4VVaIJsyKOOOzsAX3LlEc/B6Q4p7kz0G4g4MWh6Il0He2W Kv8qKhJTgDwMLPyoTQCfOHXYX1A6seLb1NBEGt7i20DFcF+bh/tVVMsuoDHMDW5LkQXH Gc7O3J9vXNF8CfqaNnxnO+CL5X7kyWSWuPVmr8kIhJeVIRbpiR3zLPb10hou62LoobWE OFQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=rSqlHOH7/j7DulxXrYHGxir4jsWGHpGCZH/PM7TICMQ=; b=lJCJ/98liUrYcFh3GVJHY8RkyaxR794Lmii5bVIi0Ay/PUydhnH69KEeEx8wirYd67 +2N/B1JTFYAklMU/hxO1tA6hEDEzftBmYSdrDmiALtkhsdc3/Mj8/TeLDxdAc1ZXw8Xx ntMiQJuQ7iTVtOPRjeV+uINEdAOZsjDcHKf2hyzL2t942MFXAE0WdQh/l/KCcj+X2dzQ p1+iIC8RvJ8iXsMMcLFbX7isli+It6NL9MQpTA5LVQ91PDjYM8tCZo7npgY5eRlDhQJZ f8d+gk5QFOHzP5TFBGdP7boT/mXkZpmcy1H4y1UifOd8OjoLXj9u0j5343SFiP/E4D/x NJCA== X-Gm-Message-State: ACrzQf3NlkRbx4gsXGBbjIZyf/6pYQq9fuj0PZrK2C+UvrzUA340Cl+8 Xo4ih6xa8n4++kf9+EiwO6NBCw== X-Google-Smtp-Source: AMsMyM67N2N+jBXQ20tVlHomGQEFpEo9Q2/4QwwKRTmjyRy/IkBN/Zw/QWS57utETD85z7ixdpa8mg== X-Received: by 2002:a05:6000:22e:b0:236:6e38:4d9b with SMTP id l14-20020a056000022e00b002366e384d9bmr3706961wrz.4.1666599316522; Mon, 24 Oct 2022 01:15:16 -0700 (PDT) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id bi19-20020a05600c3d9300b003c6bd91caa5sm10541028wmb.17.2022.10.24.01.15.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Oct 2022 01:15:15 -0700 (PDT) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: i.nixman@autistici.org Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Adding a new thread model to GCC Date: Mon, 24 Oct 2022 10:15:15 +0200 Message-ID: <4751285.GXAFRqVoOG@fomalhaut> In-Reply-To: <5795a640ae545b07f11763c310825cc9@autistici.org> References: <0f1f223a-3756-1da3-bd1d-b87edd34e1f9@126.com> <4435122.LvFx2qVVIh@fomalhaut> <5795a640ae545b07f11763c310825cc9@autistici.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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: > could you please refresh/recheck your patch for the current gcc master > and solve the objections noted in the thread? is it possible? I can do the former, but not the latter as my development setup (mostly testing) on Windows has nearly vanished in the meantime. But this rewritten implementation is the one used by the C/C++/Ada compilers from AdaCore. -- Eric Botcazou