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 766D9395BC3B for ; Sat, 11 Jun 2022 00:35:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 766D9395BC3B Received: by mail-wr1-x432.google.com with SMTP id x17so500656wrg.6 for ; Fri, 10 Jun 2022 17:35:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/MiUv59aN+VTC2XHms7+37xv9wesbhlyJa8nPI9scy8=; b=g59P24dGjuMR4XTHJelZb599Zfjb6dIFBaiaJW2Lpy3DquyXX0qSLetBEUkb4iMOzL k0GXhZDjAAJtDGRLna8Z6Z4GfSMXVmDa1Ec8G0l6MiY5m5XlegxN4SN601q9xk2mbaD9 WUZF5lccTgXWlZk24KrynxFyb72vTRKyGWun1AEZmUeq35kjSVPC5DQhLPu/YTY3JgrW ZKhRSx6L6k57eYQVkOm9cC9BpWCB85nRQxGhnb376IfWfmqCcIj/f1NCvIalxyYTA2S6 2p3ftgxYWAtBUlV5KUQKJThea0dOhcSK81y2WIjsULMo+n4WLRhY+xNv7YoZiKp0Q7m3 APGg== X-Gm-Message-State: AOAM532Pk65sAOPF0FRW0+cLca7eFN+qTdGwaUTXOuAxCASMGQCCi63B kuk4F/QKr1EXBm4pLy6h3V8L4g== X-Google-Smtp-Source: ABdhPJzW/4Mdx232CDWimVSjdtWlLS96V7gzTBh4zZ1cHZK0xYQkyMBl3ydYQMj+cwYduyXuxSFpQg== X-Received: by 2002:a5d:4ed1:0:b0:219:ea8d:c07e with SMTP id s17-20020a5d4ed1000000b00219ea8dc07emr4205606wrv.174.1654907726151; Fri, 10 Jun 2022 17:35:26 -0700 (PDT) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:bf38:f508:6f40:de1d]) by smtp.gmail.com with ESMTPSA id k7-20020a1ca107000000b003973c54bd69sm4808535wme.1.2022.06.10.17.35.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 10 Jun 2022 17:35:25 -0700 (PDT) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: David Malcolm Cc: gcc@gcc.gnu.org Subject: Re: New "Diving into GCC internals" section in newbies guide Date: Sat, 11 Jun 2022 02:35:24 +0200 Message-ID: <5595934.DvuYhMxLoT@fomalhaut> In-Reply-To: References: 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2022 00:35:29 -0000 > Hope this is helpful; please let me know if you see any mistakes, or if > there's room for improvement Nice work! In the "inside cc1" chapter, I think that IR is usually meant for "Intermediate Representation" rather than "Internal Representation" in this context. -- Eric Botcazou