likely-unlikely
learning sample of likely() and unlikely() compiler hints
How can I demonstrate for students the usability of likely and unlikely compiler hints (__builtin_expect)?[详细]
2022-12-28 10:13 分类:问答Can likely/unlikely macros be used in user-space code?
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[详细]
2022-12-10 07:11 分类:问答