Michael Veksler <[EMAIL PROTECTED]> wrote: > have no side effects. So if "condition" contains any side effect, > or potential side effect (e.g. through function call), then the > compiler should not generate the code for "condition".
Right. Thus we can find a way to avoid generating e.g. function calls or similar things, and get information from the most basic conditions. Giovanni Bajo