GCC stands for GNU Compiler Collections which is used to compile mainly C and C++ language. It can also be used to compile Objective C… Read More
Tag Archives: GCC
These functions do not need to include any header file to use them. So it provides faster usage, as these are Built-in functions of GCC… Read More
GDB stands for GNU Project Debugger and is a powerful debugging tool for C(along with other languages like C++).It helps you to poke around inside… Read More
One of the most used optimization techniques in the Linux kernel is ” __builtin_expect”. When working with conditional code (if-else statements), we often know which… Read More