Re: PC Compilers do more than propagate constants and hoist code

moss@cs.umass.edu (Eliot Moss)
Fri, 15 May 1992 22:00:45 GMT

          From comp.compilers

Related articles
PC Compilers do more than propagate constants and hoist code STOODLEY@TOROLAB6.VNET.IBM.COM (1992-05-15)
Re: PC Compilers do more than propagate constants and hoist code moss@cs.umass.edu (1992-05-15)
| List of all articles for this month |

Newsgroups: comp.compilers
From: moss@cs.umass.edu (Eliot Moss)
Keywords: C, GCC, optimize
Organization: Dept of Comp and Info Sci, Univ of Mass (Amherst)
References: 92-05-096
Date: Fri, 15 May 1992 22:00:45 GMT

gcc now does loop-unrolling as well. I have not yet seen the gcc 2.x versions
ported to MSDOS, but it shouldn't take long since djgpp is already out there
(D J DeLorie's port of gcc (gpp = g plus plus) to MSDOS 386/486 machines).
Granted, supercomputer compilers may do some useful things that gcc does not,
but gcc does pretty well for a lot of things.
--


J. Eliot B. Moss, Assistant Professor
Department of Computer Science
Lederle Graduate Research Center
University of Massachusetts
Amherst, MA 01003
(413) 545-4206, 545-1249 (fax); Moss@cs.umass.edu
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.