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
@@ -2108,6 +2109,7 @@ Returns the possible computation effects of the function call specified by `f` a
2108
2109
# Arguments
2109
2110
- `f`: The function to analyze.
2110
2111
- `types` (optional): The argument types of the function. Defaults to the default tuple type of `f`.
2112
+
- `optimize` (optional): Whether to run additional effects refinements based on post-optimization analysis.
2111
2113
- `world` (optional): The world counter to use for the analysis. Defaults to the current world counter.
2112
2114
- `interp` (optional): The abstract interpreter to use for the analysis. Defaults to a new `Core.Compiler.NativeInterpreter` with the specified `world`.
2113
2115
@@ -2155,6 +2157,7 @@ signature, the `:nothrow` bit gets tainted.
2155
2157
- [`Base.@assume_effects`](@ref): A macro for making assumptions about the effects of a method.
0 commit comments