On 17/6/26 16:44, Richard Henderson wrote:
On 6/16/26 12:17, Philippe Mathieu-Daudé wrote:
Of the 5 calls in our codebase, 4 are unlikely(), so not worth
inlining in header. Since the CPUState is simply read-only
accessed, make the argument const.

Unlikely to trigger, but still called within inner loops.
Please keep this inline.

Why not inline all of them then? What is so special about
this particular one?

Reply via email to