Skip to content

profiler: avoid clearing 512 bytes of stack

Christian Hergert requested to merge wip/chergert/avoid-zero-of-str into master

If {0,} is used, the whole array will be zeroed on each iteration of the loop. That is not ideal as we could be deep in the stack here.

Merge request reports