Posted: Mon Aug 20, 2007 1:47 am
if you read technicorn's post completely, you'll see that the effect of different alignments differs from machine to machine.
on his machine Align8 has maximum effect, on others it may be Align16,
wich is worst on his machine.
all you can say is that Align4 is an improvement to no Align at all,
but I would not like the compiler adding NOPs on each and every jump-in-point
and thus bloating the exe and slowing down process before the JIP,
even if it is in an event-loop that does not need it.
the compiler is not able to make such decisions.
I understand that it is unconveniant for your actual problem.
on his machine Align8 has maximum effect, on others it may be Align16,
wich is worst on his machine.
all you can say is that Align4 is an improvement to no Align at all,
but I would not like the compiler adding NOPs on each and every jump-in-point
and thus bloating the exe and slowing down process before the JIP,
even if it is in an event-loop that does not need it.
the compiler is not able to make such decisions.
I understand that it is unconveniant for your actual problem.