Skip to content

Remove usage of unwinding in PrForwardTracking

Andre Gunther requested to merge gunther_removeUnwind into master

The LHCb::Utils::unwind function causes ugly towers in the flamegraphs. Turns out the compiler is smart enough to optimise the loop where this was used in the Forward Tracking, so it's dropped.

This should not have any side effects.

Merge request reports