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
Persist ReadsWrites instances in DoSimplifyExpressions and RemoveAliases
instead of recreating them on every mayAlias() call. This reuses the
internal lookup cache across multiple checks.
Also cache GetWrittenExpressions results to avoid recomputing them for
the same MethodCallExpression.
Signed-off-by: Attaullah Ansari <mdattaullahansari152@gmail.com>
0 commit comments