PCSX2 Documentation/MSVC 2008 optimizer fail: Difference between revisions

no edit summary
m (Ngng moved page MSVC 2008 optimizer fail to PCSX2 Documentation/MSVC 2008 optimizer fail without leaving a redirect)
No edit summary
Line 85: Line 85:


The explicit checks for equality are optimized out, as are all unused cases -- just the umbrella binary search logic remains, and all it does is return from the function without doing anything. So what should be a null function ends up having 2 pointless compares; ironically caused by a clever and highly effective optimization strategy in any other normal situation.
The explicit checks for equality are optimized out, as are all unused cases -- just the umbrella binary search logic remains, and all it does is return from the function without doing anything. So what should be a null function ends up having 2 pointless compares; ironically caused by a clever and highly effective optimization strategy in any other normal situation.
{{PCSX2 Documentation Navbox}}
67,565

edits