Reasons to rebuild

Hi!

Debugging a code I sometimes see strange things…
Going deeper I see that the problem is caused by
incorrect translation af code… The most crazy one looked like:
// code: a=4; b=2; c=1;
mov [ebp+a], 1;
mov [ebp+b], 2;
mov [ebp+c], 4;

Problems disappear after full rebuild. I met such things
more than 5 times already. (One time a week :).

  1. Does anyone know possible reasons of such compiler behavior?

  2. Can anyone tell me when rebuild is absolutely required?

Best regards,
Vladimir.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com