[comp.lang.c] optimizing

don@dgbt.doc.ca (Donald McLachlan) (03/13/91)

I would also recommend checking that those variables are not decalared
volatile. It is possible that another processor is watching the progression
of a variable through certain states (not likely under Unix, but C is
no limited to Unix:-).