From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id DCEA33858439 for ; Mon, 24 Oct 2022 08:15:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DCEA33858439 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-x432.google.com with SMTP id a14so12066469wru.5 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=1A/NJw7NbWW8/GfsxMGDfRgK7SxNnUgPhNZsXhVinLTFJ7utjoz39HuH8scf65BLdB flG4fu7NKKYLRAFW6/XpP3jtM2X0qliMiO6bPDUWS0czo8q7VxC35YW4I2+up2GKnbau OrJobJnGa76p8y1/GCwROzC6FzLYZt5CQTPacGItAPDAeNmjz/xEsFxdY6JV2RD4hPDA RcV+5+Irgo9wFVvt3GkompSiUpBq1QrthY8bNR6AgFj3n332zpxSSuz5YLjrUXD/FHsE NPBOWBmX3Zs0AVKHSeOT2TZAGtXh+/6yWiLOmBtqGD/I0zDxW596eeDDo5XfTALu9+Y5 kALA== X-Gm-Message-State: ACrzQf3+ccOOQLLwSnOsznlc/Mhpw++Jng3X+WBO+9ZbBFb8/3riwF1G K1ZeCOXSyA26dXInAdPpZgCwCQ== 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.8 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