Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucbcad!ucbvax!decvax!mcnc!rti!sas!toebes From: toebes@sas.UUCP (John Toebes) Newsgroups: comp.sys.amiga Subject: Re: Lattice 4.0 versus Manx 3.4 Message-ID: <318@sas.UUCP> Date: 27 Dec 87 02:55:31 GMT References: <1759@unicus.UUCP> <4422@watdragon.waterloo.edu> <2151@ulowell.cs.ulowell.edu> Organization: SAS Institute Inc.,Cary NC,25712 Lines: 13 In article <2151@ulowell.cs.ulowell.edu>, page@ulowell.cs.ulowell.edu (Bob Page) writes: > tdwest@lion.waterloo.edu (Terry D. West) wrote: > >Am I wrong or does the Manx have NO optimizer (yet) as opposed to Lattice > >which does? > Lattice does not have an optimizer on their compiler. Actually, Lattice has always had an optimizer built into the compiler. The first phase performs local common sub-expression elimination and the second phase will do forward scope optimization of register contents. While these are not a global optimizer, they have a significant impact on the code quality. /*---------------------All standard Disclaimers apply---------------------*/ /*----Working for but not officially representing SAS or Lattice Inc.-----*/ /*----John A. Toebes, VIII usenet:...!mcnc!rti!sas!toebes-----*/ /*------------------------------------------------------------------------*/