Re: Compiler Design in C How about it?

tbrakitz@phoenix.princeton.edu (Byron Rakitzis)
Mon, 4 Jun 90 21:25:44 GMT

          From comp.compilers

Related articles
Compiler Design in C How about it? eve@tnoibbc.ibbc.tno.nl (1990-05-30)
Re: Compiler Design in C How about it? preston@rice.edu (Preston Briggs) (1990-06-01)
Re: Compiler Design in C how about it? rice@DG-RTP.DG.COM (Brian Rice) (1990-06-01)
Re: Compiler Design in C How about it? markh@squirrel.labs.tek.com (Mark Henderson) (1990-06-04)
Re: Compiler Design in C How about it? tbrakitz@phoenix.princeton.edu (1990-06-04)
Re: Compiler Design in C How about it? mike@thor.acc.stolaf.edu (1990-06-05)
Re: Compiler Design in C How about it? napi@rangkom.MY (1990-08-07)
| List of all articles for this month |

Newsgroups: comp.compilers
From: tbrakitz@phoenix.princeton.edu (Byron Rakitzis)
References: <1990Jun1.194941.5781@esegue.segue.boston.ma.us> <1990Jun4.044858.15066@esegue.segue.boston.ma.us>
Date: Mon, 4 Jun 90 21:25:44 GMT
Organization: Princeton University, NJ
Keywords: books, optimize

In article <1990Jun4.044858.15066@esegue.segue.boston.ma.us> Mark Henderson <markh@squirrel.labs.tek.com> writes:
>In article <1990Jun1.194941.5781@esegue.segue.boston.ma.us> Preston Briggs <preston@rice.edu> writes:
>>[quoting Holub, using unsafe optimizations is an OK idea]
>
>Fact is, historically the optimizer is where compiler writers have hung
>themselves. I've used several commercial compilers for which I often had to
>turn off the optimization to get them to handle some pretty mundane code
>properly. (I suppose there is no need to mention company names here).


I've heard quite the opposite from Richard Stallman about his GCC
compiler, paradoxically enough: he claims that there are more bugs in
"gcc" as opposed to "gcc -O" since most of the time gcc users turn the
optimizer on (and hence have uncovered the optimizer bugs) and also
that the optimizer tends to hide a few bugs in the code generator by
never letting it generate the bad code in the first place!
--
Byron Rakitzis. (tbrakitz@phoenix.Princeton.EDU)
--


Post a followup to this message

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