silc_likely
NAME
#define silc_likely(expression)
DESCRIPTION
Branch prediction macro. It specifies that it is likely that the branch where silc_likely is applied is taken. Compiler will optimize the code based on this prediction. Never use this before you have profiled the code first.