REDU20-Common subexpression, consider elimination |
Top Previous Next |
Common subexpression, consider elimination (REDU20)
This section lists locations in your code with repeated common subexpressions. Those may be candidates to put into temporary variables to simplify and optimize the code.
Example:
If any of the variables involved in the repeated expressions would have been modified, between the locations, there should not be any warning.
See also:
|