摘要:
http://landoflinux.com/linux_install_centos_64.html 阅读全文
posted @ 2015-07-07 15:44
LubinLew
阅读(347)
评论(0)
推荐(0)
摘要:
1.引言 在很多源码如Linux内核、Glib等,我们都能看到likely()和unlikely()这两个宏,通常这两个宏定义是下面这样的形式。 #define likely(x) __builtin_expect(!!(x), 1) #define unlikely(x) __builtin_ex 阅读全文
posted @ 2015-07-07 15:41
LubinLew
阅读(18070)
评论(4)
推荐(11)