Multi-pass compilers defended (was re: /dev/stdin)

Andrew Klossner andrew at frip.gwd.tek.com
Wed Jul 20 12:35:32 AEST 1988


[]

	"any compiler which makes more than one pass over the source
	code should be shot out of a cannon"

This seems rather a parochial attitude.  How about the compiler for the
microcoders who want program listings (gasp!) with interleaved source
and target code?  The obvious way to make the listing is with a
post-compilation pass, using source code markers generated during
preprocessing/lexing.  To make it on the fly gets sticky if any serious
optimization is going on.

  -=- Andrew Klossner   (decvax!tektronix!tekecs!andrew)       [UUCP]
                        (andrew%tekecs.tek.com at relay.cs.net)   [ARPA]



More information about the Comp.unix.wizards mailing list