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
But if tracy is disabled then the tracy.foo()is removed from code, so the if tracy check is redundant and just incurs a perf cost whether Tracy is present or not. Remove those checks.
The text was updated successfully, but these errors were encountered:
The
if tracy then tracy.foo() end
pattern exists in a bunch of places, e.g.Beyond-All-Reason/common/luaUtilities/json.lua
Line 534 in a68ac13
But if
tracy
is disabled then thetracy.foo()
is removed from code, so theif tracy
check is redundant and just incurs a perf cost whether Tracy is present or not. Remove those checks.The text was updated successfully, but these errors were encountered: