Performance: HkShape comparison with boxing allocation
Reported – Awaiting fix
Game version: 1.200.032
Method: Havok.HkShape.HandleEqualityComparer.Equals
There is boxing allocation and a useless null check inside the above method, so it could be optimized.
Optimize to: x.m_handle.ToInt64() == y.m_handle.ToInt64()
Also request aggressive inlining:
[MethodImpl(MethodImplOptions.AggressiveInlining)]
Hello, Viktor!
Thank you for letting us know about this. I have reported this internally.
Kind Regards
Laura, QA Department
Hello, Viktor!
Thank you for letting us know about this. I have reported this internally.
Kind Regards
Laura, QA Department
Replies have been locked on this page!