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
{{ message }}
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
context:
making copy of FuncInfo (on each event call) triggers copying of vector of LocalVarInfo that leads to multiple heavy allocations on each frame
I workarounded that on my local branch by putting LocalVarInfo into std::shared_ptr, but I'm not satisfied with this approach
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
7877868
This causes quite noticeable performance regression and should be reverted somehow
The text was updated successfully, but these errors were encountered: