Files
Michał Kowalczyk 2cf1b3cdc7 Remove __builtin_expect usages
We don't need this micro-optimization which just obfuscates the sources
for negligible performance gains. (Un)likeliness of branches in almost
all cases should be derived from profiling, not from hand-written hints,
using profile-guided optimization.
2019-10-10 14:44:52 +02:00
..
2019-10-10 14:44:52 +02:00