From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id 466863858C2F; Thu, 25 Aug 2022 12:50:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 466863858C2F Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=p/220ycs4mHmwIXipWvix0o8KWgv4Ph4NeEpbIXhpJI=; b=fId1tLTiEaH8URXG+6+EGeXUik KWVX56unfOiJlQzVLyM0l5Y6GyyA/NLwLa1ySx8PLzHQ+IrQqk4dmK3k1bdtwj6fn05nqUcEJykJP x2DY1tThcsSG/xYLkCJ8AcHh6huEa3vdd7dsBwyoi8Vx73lzdteaZtvSAI5uq+A0Zs5/DE5yVueSf q6/69nV5xEh0Ck1LbIRVk9yv+OjIM9YeXBbIy5zVUWxxu1l8H7GJdexXsDxPoYp2g1CxVaazYUXUb +FSUE/dt00qIpitw67UoYLjHxX7BGuioXjVSKygBaU993BPyaPesFZzje/g0wu8poV5WX378CPhZ0 BxJx/jkA==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1oRCJq-0001ek-G3; Thu, 25 Aug 2022 12:50:46 +0000 Received: from fche by elastic.org with local (Exim 4.94.2) (envelope-from ) id 1oRCJp-000URP-SO; Thu, 25 Aug 2022 08:50:45 -0400 Date: Thu, 25 Aug 2022 08:50:45 -0400 From: "Frank Ch. Eigler" To: Philip Herron Cc: Martin =?utf-8?B?TGnFoWth?= , Mark Wielaard , gcc-rust@gcc.gnu.org, Gcc Patch List , Jonathan Wakely Subject: Re: Rust frontend patches v2 Message-ID: References: <20220824115956.737931-1-philip.herron@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-101.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi - > 12K 0004-gccrs-Add-link-cases-testsuite.patch > 356K 0005-gccrs-Add-general-compilation-test-cases.patch > 132K 0006-gccrs-Add-execution-test-cases.patch > 4.0K 0007-gccrs-Add-gcc-check-target-check-rust.patch > 656K 0008-gccrs-Add-the-Rust-front-end-AST-data-structures.patch > 112K 0009-gccrs-Add-Lexer-for-Rust-front-end.patch > 504K 0010-gccrs-Add-Parser-for-Rust-front-end.patch > 200K 0011-gccrs-Add-expansion-pass-for-the-Rust-front-end.patch > 204K 0012-gccrs-Add-name-resolution-pass-to-the-Rust-front-end.patch > 476K 0013-gccrs-Add-second-intermedite-representation-called-H.patch > [...] Just curious whether a human reviewer expected to read through this much content? If not, and if this structure is only for machine / bisecting purposes, maybe they're not worth also emailing. - FChE