-
Recent Posts
Recent Comments
- I'd Rather Wear Monocles To See Sharp on C# is a complete piece of shit.
- LinuxUser on Windows 7 is such a piece of shit, part 3
- passing here on I just learned something about batch files, and it shocked me.
- heashot on MinGW-w64 and the NT native APIs
- Tyler on MinGW-w64 and the NT native APIs
Archives
Categories
Meta
Monthly Archives: January 2022
When optimizations make the code worse, aka GCC and Clang are fucking retarded.
Both GCC and Clang are obsessed with constant / value range propagation. Unfortunately they are far too stupid to actually apply such optimizations appropriately. A common pattern that both compilers completely fuck up is testing a pointer for NULL and … Continue reading
Posted in Uncategorized
Leave a comment