Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Compiler Optimization
Modulo operator slower than manual implementation?
Apr 17, 2021
Is there a clever way of avoiding extra padding with nested classes in C++?
Apr 17, 2021
Why does enabling undefined behaviour sanitization interfere with optimizations?
Apr 17, 2021
Do branch likelihood hints carry through function calls?
Apr 17, 2021
Can compilers generate self modifying code?
Apr 17, 2021
Why does using the ternary operator to return a string generate considerably different code from returning in an equivalent if/else block?
Apr 17, 2021
Difference between std::fabs(a * b) and std::fabs(a) * std::fabs(b)
Apr 17, 2021
Why can the compiler not optimize floating point addition with 0?
Apr 17, 2021
Faster divisibility test than % operator?
Apr 17, 2021
How can I get GCC to optimize this bit-shifting instruction into a move?
Apr 17, 2021
Older Entries »