Hi Paul, The performance tests are not of interest, since optimizations were not enabled. Just as with profiling: profiling optimization-disabled code (e.g., debug compiles) yields results that have no practical value. The compiler does not optimize when optimizations are turned off. And later versions of the compiler very well may have worse performance for optimization-disabled compiles. Sincerely, --Eljay