This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Runtime of if

Hello,
if there is code like

    if (condition) bla = blub;


than the timming can be different if condition is true or false.

How to make timing equal on both path?

Is

   else dummy = blub;


a good idea?

Are there other ways?

Parents Reply Children
No data