Attention is currently required from: pespin.
1 comment:
Patchset:
Is it really improving performance? Does this really matter?
I haven't done any measurements, and I know that "premature optimization is the root of all evil". But in the case of osmo-bts.git this code is executed one or several times for each TCH/F14.4 TCH.ind coming from the PHY every 20 ms. As I general rule, I believe it's better to avoid `if` statements in loops if they can be avoided. This way the compiler can easily unroll loops.
To view, visit change 38752. To unsubscribe, or for help writing mail filters, visit settings.