Re^2: Oh noooooo!!

Alan J Rosenthal flaps at dgp.toronto.edu
Sat Sep 23 06:52:56 AEST 1989


rpb at dasys1.UUCP (Robert Brady) writes:
>Sorry, but Dijkstra was wrong. How can you attempt to write a program that
>will be optimized in machine code by using constructs that are alien to 
>machine code?

That's what is called a "high-level language".  Read a book about programming
languages, or compilers.  The whole point of a high-level language is to write
a program using constructs that are alien to machine code.  And, read a book
about optimizing compilers.  Goto statements make programs harder to optimize,
not easier.

ajr



More information about the Comp.lang.c mailing list