This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Duh! [Was Re: Patch proposal: use __builtin_expect]


> Date: 22 Apr 2000 19:02:17 -0000
> From: Andrew Haley <aph@cygnus.co.uk>
> 
> Or, come to think of it
> 
> #define if_unusually(x) __builtin_expect ((x), false)

Or even

#define if_unusually(x) if (__builtin_expect ((x), false))

:-)

Andrew.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]