RE: [RFC] diff-optimizations-bytes branch: avoiding function call overhead (?)
From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 15 Dec 2010 12:00:47 +0100
> -----Original Message-----
> It was a Windows build (x86), with "Release" configuration, compiled
Not really useful in this discussion, but Visual Studio Express 2008 doesn't have the optimizing C++ compiler that is available in the higher Visual Studio versions.
In debug builds on VC++ some additional checks are enabled which will slow things down, but the optimizing compiler (which *is* available in the free to download platform SDK) will improve performance more than just disabling of the debug checks.
Bert
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.