Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!LUCID.COM!lnz From: lnz@LUCID.COM (Leonard N. Zubkoff) Newsgroups: gnu.gcc Subject: Re: GCC 1.37 for the Apollo Message-ID: <9002220749.AA03101@atlantis> Date: 22 Feb 90 07:49:24 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 9 Until gcc includes an instruction scheduling phase, there is little likelihood that it can generate code anywhere near as good as the Apollo C compiler for the PRISM. Even with an instruction scheduler, it's quite likely the Apollo compiler would produce better code than gcc. With John Vasta's modifications to the 68K version, it would only be the architecture-dependent portion of gcc that would need to be ported, so someone could do this based on the documentation in the PRISM Architecture and Assembler manuals. Leonard