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
[OutputBackend] Make adding outputs to HashingOutputBackend thread-safe
Make adding outputs to `HashingOutputBackend` thread-safe. This is needed
when compiler can write multiple outputs at the same time to the output
backend and StringMap can lose output or crash during rehashing.
Iterating and checking the hashing outputs still requires
synchronization and is not thread-safe.
0 commit comments