Efficient Coding Practices

Lars Soltau space at sns.UUCP
Wed Oct 5 06:22:58 AEST 1988


In article <34196 at XAIT.Xerox.COM> g-rh at XAIT.Xerox.COM (Richard Harter) writes:
>Lesson:  If one is optimizing code one has to think about what the machine
>will have to do in different implementations when comparing them.

Lesson: never optimize C code if you have not written the compiler yourself,
it's far easier and safer to optimize the assembler code.
-- 
Lars Soltau	UUCP: uunet!unido!sns!spcnet!space	BIX: -- no bucks --

Here's looking at you, kid!
		-- the Medusa



More information about the Comp.lang.c mailing list