Skip to content

Check column instead of line first stacktrace isRecursive optimisation

Quinten Cabo requested to merge stacktrace-recursive-check-column-first into develop

This is not very important just a small improvement I saw when reading the stack code. I realised that columns are more likely to be unique so we should check that one first to decide if two calls are the same.

Merge request reports