From owner-freebsd-chat Thu Jan 23 23:52: 2 2003 Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A185C37B401 for ; Thu, 23 Jan 2003 23:52:00 -0800 (PST) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE29143ED8 for ; Thu, 23 Jan 2003 23:51:59 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0155.cvx22-bradley.dialup.earthlink.net ([209.179.198.155] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 18byd2-0001BX-00; Thu, 23 Jan 2003 23:51:57 -0800 Message-ID: <3E30EF41.D4E26A23@mindspring.com> Date: Thu, 23 Jan 2003 23:46:09 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jeroen Ruigrok/asmodai Cc: JacobRhoden , freebsd-chat@freebsd.org Subject: Re: GCC as a selling point for FreeBSD? (Not!) References: <4.3.2.7.2.20030119130825.00b21ee0@localhost> <4.3.2.7.2.20030119133833.00e422f0@localhost> <200301201620.37863.jrhoden@unimelb.edu.au> <3E2B9C4C.8626D11C@mindspring.com> <20030124071422.GK67360@nexus.ninth-circle.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a40ff06cf641a209f6da6e162ae1bdd2a0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jeroen Ruigrok/asmodai wrote: > >TenDRA is a "quad" compiler; it compiles to a quad tree, and then > >you post-process that into a particular assembly language using a > >back-end. > > You are talking nonesense. Please get your facts straight before > actually throwing forth what you consider to be the truth in that > imaginative little head of yours. > > Please see http://www.tendra.org/ and everything underneath it in terms > of documentation and facts. OK... The C++ producer internally compiles to TDF, which is a variant of [X]ANDF, according to the documentation, which, if you look at the definitions in the Aho "Compiler Design" book qualifies as compiling to a quad tree as an intermediate.