You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid making a function call in those cases where !config.IgnoreGeneratedHeader evaluates to false
A rule like this can not have a confidence of 1 because the analysis does not have enough context information to know whether altering the order of terms is semantically safe (for example, when the function is not pure).
The text was updated successfully, but these errors were encountered:
In some cases it is possible to alter the order of terms in a conditional expression to speed up its average evaluation time.
For example:
can be safely (i.e. no change in the semantic) rewritten as
To avoid making a function call in those cases where
!config.IgnoreGeneratedHeader
evaluates to falseA rule like this can not have a confidence of 1 because the analysis does not have enough context information to know whether altering the order of terms is semantically safe (for example, when the function is not pure).
The text was updated successfully, but these errors were encountered: