>>>>> Wilco Dijkstra wrote: > It relies on static branch probabilities, which are set completely wrong in > GCC, so it ends up optimizing the hot path in many functions for size rather than speed and visa versa.
This sounds like the static branch prediction issue that we have been discussing with Honza. Honza discussed plans to improve this infrastructure during this development cycle. - David