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
Reduce semantic dependencies in contextRequiresStrictConcurrencyChecking.
We don't need fully-checked isolation as computed from attributes to
determine whether we're in a concurrency context. Use a cheaper predicate,
which can also avoid spurious cycles.
Fixes rdar://99013488.
0 commit comments