Tag Archives: optimization

Comparing Memory is Still Tricky

One of my “favorite” code-gen peculiarities in Visual Studio (VS) 2010 is its inconsistent handling of memcmp. VS 2010 had a really nice optimization that could generate faster and smaller code, but it only used the optimization if you lucked … Continue reading

Posted in Performance, Programming, Visual Studio | Tagged , , , | 10 Comments