Try to encourage the AGRP fast-path to get inlined
Put the common-case (where we don't do any work) in an inline-able function, and keep the slow stuff hidden.
Showing
Please register or sign in to comment
Put the common-case (where we don't do any work) in an inline-able function, and keep the slow stuff hidden.