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
Try to resolve Windows pre-commit failure. The CallSiteEntries were
passed using a std::unordered set, which defeated the MapVector's
attempt at deterministic ordering. Change the unordered_set to a vector.
In theory there should not be duplicated sets of call site frames within
a function's profile, but even if there are, there's no harm as we only
create callsite metadata for the first, and we want to include all
callee guids anyway.
0 commit comments