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
[MERGE #5172@mike-kaufman] Updating thread verification asserts to only fire if we're actually collecting telemetry
Merge pull request #5172 from mike-kaufman:build/mkaufman/fix-edge-drt-asserts
In the MemGC case, some code paths are hit that validate the threading assumption in RecyclerTelemetryInfo. However, that's OK since in MemGC we're not collecting any telemetry data yet. This change relaxes these asserts to only fire in the event we're collecting telemetry data.
0 commit comments