Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!uwm.edu!ux1.cso.uiuc.edu!aries!mcdonald From: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Newsgroups: comp.lang.fortran Subject: Re: (none) Message-ID: <1990Dec20.145049.4672@ux1.cso.uiuc.edu> Date: 20 Dec 90 14:50:49 GMT References: <10725@uhccux.uhcc.Hawaii.Edu> Sender: news@ux1.cso.uiuc.edu (News) Organization: School of Chemical Sciences, Univ. of Illinois at Urbana-Champaign Lines: 18 In article <10725@uhccux.uhcc.Hawaii.Edu> tholen@uhccux.uhcc.Hawaii.Edu (David Tholen) writes: >Ross Taylor writes: > >> Results and conclusions The conclusions of this review appear more clearcut >> than usual. The answer seems obvious: if your programs can fit in 640K, >> don't bother with protected-mode compilers, 386 or not. Microsoft, even >> running 8086 code, will blow your doors off. Buy either Microsoft or Lahey >> F77L. > That is not completely true. If you have a program that will fit in 640 K AND it uses no arrays larger than 64K AND it is heavily floating point dominated then the Microsoft compiler wins. BUT if you have a big array, OR you have a program dominated by 32 bit INTEGER arithmetic, then a real 32 bit compiler will win, even for small programs. I have shown this with tests using Microsoft and MicroWay compilers. Doug McDonald