potential simple loop optimization assistance strategy?
Giovanni Bajo
rasky@develer.com
Sat Jul 2 18:58:00 GMT 2005
Michael Veksler <VEKSLER@il.ibm.com> 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
More information about the Gcc
mailing list