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
When a side-trace fails to compile in https://github.com/ykjit/yk/blob/master/ykrt/src/mt.rs#L370 we currently don't count the failures. Instead, the guard stays in GuardState::SideTracing and thus never tries to trace this guard again. Instead, we probably want a counter similar to normal traces before we give up on a guard.
The text was updated successfully, but these errors were encountered:
When a side-trace fails to compile in https://github.com/ykjit/yk/blob/master/ykrt/src/mt.rs#L370 we currently don't count the failures. Instead, the guard stays in
GuardState::SideTracing
and thus never tries to trace this guard again. Instead, we probably want a counter similar to normal traces before we give up on a guard.The text was updated successfully, but these errors were encountered: