Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!ames!oliveb!Ozona!chase From: chase@Ozona.orc.olivetti.com (David Chase) Newsgroups: comp.arch Subject: Re: Software Distribution Message-ID: <27892@oliveb.olivetti.com> Date: 26 Aug 88 17:17:34 GMT References: <1988Aug19.175624.19835@utzoo.uucp> <2793@hubcap.UUCP> <1988Aug23.180420.28483@utzoo.uucp> <1347@ucsfcca.ucsf.edu> Sender: news@oliveb.olivetti.com Reply-To: chase@Ozona.UUCP (David Chase) Organization: Olivetti Research Center, Menlo Park, CA Lines: 13 In article <1347@ucsfcca.ucsf.edu> dick@ucsfccb.UUCP (Dick Karpinski) writes: >Do I really understand correctly that this Stallman product accomplishes >the hitherto unrealistic UNiversal Computer Oriented Language (UNCOL)?? RTL isn't a UNCOL, no. RTL (as realized in the Gnu C compiler) contains all sorts of hard-coded register assignments (R15 is my SP) and calling conventions (my stack grows thataway). I'm afraid these make it rather non-universal. If you are interested in this sort of thing, you might check out papers by Fraser and Davidson in the compiler construction conferences of 1988, 1986, and 1984. David