From: "Dr. Steven J. Stratford" <sstratford@...> Date: Sat, 12 Feb 2000 23:10:18 -0600
What are the rules of thumb for dimensioning variables so as to get
the best PPC performance?
I presume that you'd DIM long vars first in a function that were used
the most in the function. And then what about byte boundaries etc?
--Steve