Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!deimos.cis.ksu.edu!uxc!uxc.cso.uiuc.edu!ux1.cso.uiuc.edu!uxe.cso.uiuc.edu!mcdonald From: mcdonald@uxe.cso.uiuc.edu Newsgroups: comp.sys.ibm.pc Subject: Re: High- vs. low-level languages (Was: Message-ID: <45900233@uxe.cso.uiuc.edu> Date: 15 May 89 13:01:00 GMT References: <664@tukki.jyu.fi> Lines: 12 Nf-ID: #R:tukki.jyu.fi:664:uxe.cso.uiuc.edu:45900233:000:413 Nf-From: uxe.cso.uiuc.edu!mcdonald May 15 08:01:00 1989 >I am not sure that optimization in today's C compilers are yet up >to the level that FORTRAN attained, but I am convinced that we >will be there again soon. I would not be so sure. In fact, it is almost certainly impossible. The presence of pointers in C and the lack of prohibition on overlapping array subsection function arguments prevent certain optimizations that are standard in Fortran. Doug McDonald