[Mesa-dev] [PATCH excerpt] mesa: Wrap unlikely() around conditions leading to _mesa_error().

Matt Turner mattst88 at gmail.com
Mon Mar 2 17:41:02 PST 2015


On Mon, Mar 2, 2015 at 4:45 PM, Dave Airlie <airlied at gmail.com> wrote:
> why can't we just do _mesa_error -> __mesa_error, #define _mesa_error
> unlikely(__mesa_error) or some such.

I don't think wrapping the function call in unlikely() does anything.


More information about the mesa-dev mailing list