C "neatener" - another example (#9)

George Rosenberg george at idis.UUCP
Wed Feb 22 06:26:37 AEST 1984


I do not understand the point of this.
Your examples are not comparing the C language
to the Bliss-32 (or Common Bliss) language.

Your examples are comparing the results of two compilers.
You are comparing the results of an optimizing compiler
to the results of a simple compiler.
Both compilers generate target code for the vax.
The optimizing compiler is compiling programs written in Bliss-32.
The simple compiler is compiling programs written in C.

Your target machine is fixed, but both the compiler type and
the language vary.  Why not make the following comparisons
each of which have only one variable?

	Compare an optimizing Bliss-32 compiler to an optimizing vax C
	compiler (such as the Amsterdam compiler).

	Compare a simple vax C compiler to an optimizing vax C compiler.

	Compare the Bliss-10 pdp-10 compiler to a Bliss-36 pdp-10 compiler.


		George Rosenberg
		idis!george



More information about the Comp.lang.c mailing list