Re: Why is Cobol ignored in compiler textbooks?

drw@nevanlinna.mit.edu (Dale R. Worley)
Fri, 24 Apr 1992 20:13:07 GMT

          From comp.compilers

Related articles
Why is Cobol ignored in compiler textbooks? tfj@cix.compulink.co.uk (Trevor Jenkins) (1992-04-20)
Re: Why is Cobol ignored in compiler textbooks? nickh@CS.CMU.EDU (1992-04-21)
Re: Why is Cobol ignored in compiler textbooks? preston@dawn.cs.rice.edu (1992-04-22)
Re: Why is Cobol ignored in compiler textbooks? geoff@world.std.com (1992-04-22)
Re: Why is Cobol ignored in compiler textbooks? williams@herky.cs.uiowa.edu (1992-04-23)
Re: Why is Cobol ignored in compiler textbooks? jrbd@craycos.com (1992-04-23)
Re: Why is Cobol ignored in compiler textbooks? drw@nevanlinna.mit.edu (1992-04-24)
Re: Why is Cobol ignored in compiler textbooks? md@sco.COM (1992-04-27)
Re: Why is Cobol ignored in compiler textbooks? ejp@bohra.cpg.oz.au (1992-04-27)
Re: Why is Cobol ignored in compiler textbooks? meissner@osf.org (1992-04-28)
| List of all articles for this month |

Newsgroups: comp.compilers
From: drw@nevanlinna.mit.edu (Dale R. Worley)
Keywords: optimize, Cobol
Organization: MIT Dept. of Tetrapilotomy, Cambridge, MA, USA
References: 92-04-093
Date: Fri, 24 Apr 1992 20:13:07 GMT

Trevor Jenkins <tfj@cix.compulink.co.uk> writes:
      Some specific problems which compiling Cobol raises are the possiblity
      that sections and paragraphs may be executed sequentially or may be
      PERFORMed as if subroutines.


I suspect the reason why Cobol is not discussed in compiler books is
because compiling it really isn't very difficult. Certainly there are
features that require various implementation tricks, but in the Cobol
world those tricks are well-known. (And sometimes, programs depend on the
standard implementation tricks, rather than that the implementation be to
spec.) Most Cobol programs are highly I/O-bound, so optimizing them is a
waste of time. This eliminates most of the interest when it comes to
compiler research.


Dale Worley Dept. of Math., MIT drw@math.mit.edu
--


Post a followup to this message

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