How can I demonstrate for students the usability of likely and unlikely compiler hints (__builtin_expect)?
I came across these 2 macros in Linux kernel code. I know they are instructions to compiler (gcc) for optimizations in case of branching. My question is, can we use these macros in user space code? Wi