Skip to content

Fix cpu regression in GSF

This is what happens when you name a variable with s_ because you want to have it static const ( const we never modify/ is read only it and is expensive to create) But then you forget the static.

image

Due to

Screenshot_2022-01-05_at_17.31.03

After this MR

Screenshot_2022-01-05_at_18.03.34

Edited by Christos Anastopoulos

Merge request reports