-
Recent Posts
Recent Comments
- Marto Sepa on Why I no longer use fossil source control.
- max on C# is a complete piece of shit.
- Engin on Another reason why Microsoft is completely brain-dead
- Fred Nurk on C# is a complete piece of shit.
- lol on C# is a complete piece of shit.
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