From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23378 invoked from network); 25 Apr 2021 20:50:52 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 25 Apr 2021 20:50:52 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 7A8CD9C865; Mon, 26 Apr 2021 06:50:47 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6EA339C836; Mon, 26 Apr 2021 06:50:18 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id C6E569C836; Mon, 26 Apr 2021 06:50:13 +1000 (AEST) Received: from oclsc.com (oclsc.com [206.248.137.164]) by minnie.tuhs.org (Postfix) with SMTP id BA54F9C835 for ; Mon, 26 Apr 2021 06:50:12 +1000 (AEST) Received: by lignose.oclsc.org (Postfix, from userid 1000) id 3FAC4640CB6; Sun, 25 Apr 2021 16:48:42 -0400 (EDT) To: tuhs@tuhs.org Message-Id: <20210425204842.3FAC4640CB6@lignose.oclsc.org> Date: Sun, 25 Apr 2021 16:48:42 -0400 (EDT) From: norman@oclsc.org (Norman Wilson) Subject: Re: [TUHS] pcc in 8th edition X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" I was waiting to see whether Steve Johnson would speak up, because I'm not much of an expert; but yes, the VAX C compiler in V8/V9/V10 is pcc2. I think there are a few Research-specific hacks to add additional stab info for pi(9.1) and on request insert basic-block profiling for lcomp(1), but nothing major. Maybe we did some hacking on c2 as well. I know I did a lot of c2 cleanup later in my personal hacking in Toronto, but I don't think I did much if any in New Jersey. But that's independent of the compiler (modulo, I think, some of my later fixes discovered by using c2 with a different compiler). Norman Wilson Toronto ON