Re: Time to Write a Compiler (Oberon)

Rob Turner <rst@cs.hull.ac.uk>
Thu, 15 Nov 90 13:05:25 GMT

          From comp.compilers

Related articles
Time to Write a Compiler (Oberon) Chuck_Lins.SIAC_QMAIL@gateway.qm.apple.com (Chuck Lins) (1990-11-13)
Re: Time to Write a Compiler (Oberon) rst@cs.hull.ac.uk (Rob Turner) (1990-11-15)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Rob Turner <rst@cs.hull.ac.uk>
Keywords: design, optimize
Organization: Compilers Central
Date: Thu, 15 Nov 90 13:05:25 GMT

Chuck Lins writes:


> [stuff about Object Oberon compiler he has written]
>
>Now I can concentrate on optimizations, adding the object oriented
>extensions, and the other capabilities necessary for a production quality
>compiler.


Does this mean that many of the optimizations that will eventually appear
in the compiler have not been thought about yet? In my experience, most
compilers have been written in this way. That is, they are designed
without consideration of optimizations and/or language enhancements, and
these are then tagged onto the end later, often resulting in a less then
elegant end-product. Maybe if things like optimization are taken into
consideration at the outset, a lot of compilers may be designed
differently.


This is in no way a criticism of Chuck's compiler. It is just a thought.


Rob
--
Robert Turner | rst@cs.hull.ac.uk
Department of Computer Science
University of Hull
Hull HU6 7RX
England
--


Post a followup to this message

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