gcc -c -O3 -std=gnu11 main.c objdump -dr main.o ... C++20 [[likely]] and [[unlikely]] ... if (unlikely(x)) { dosomething(); } return x;.
確定! 回上一頁