POV-Ray : Newsgroups : povray.programming : Slow performance after compile? : Re: Slow performance after compile? Server Time
1 Jun 2024 09:47:56 EDT (-0400)
  Re: Slow performance after compile?  
From: ZainAnak
Date: 22 Jul 2005 14:25:01
Message: <web.42e138db8dc14a5e3b6b98ba0@news.povray.org>
Thanks Ryan!  Can you (or anyone else here) suggest things to try for the
project and optimization settings in my Visual Studio project?  I am
relatively inexperienced doing such things, with most of my skill being in
able to click "Release" or "Debug" :)  So if you know how to optimize it
for the pov source, that'd be very helpful.

Many thanks!
-ZA

Ryan Lamansky <Spa### [at] kardaxcom> wrote:
> ZainAnak wrote:
> > Hey all.  I'm a new pov user, and have been playing with compilation on my
> > machine.  I'm building 3.6 from the source here on the site, using Visual
> > C++ 2003 Standard Edition.  I'm finding my render times are about half as
> > fast as when I use the binaries from the site on the same scenes.  I've
> > tried compiling in release mode, to no avail.  Any ideas?
> >
> > Many thanks!
> > -ZA
>
> POV-Ray provided by the website uses the latest version of the Intel C++
> Compiler that was available at the time of that POV version's release.
>
> The Intel C++ compiler is has more optimization capabilities than
> Microsoft's (which makes sense, since Intel's CPU engineers are just
> down the hall from the compiler writers).  This enables the Intel
> compiler to produce very fast code.
>
> If you spend a lot of time playing with project and optimization
> settings, you can get fairly close with VS 2003 in performance, and even
> closer in VS 2005, but you'll never be able to match Intel's own work.
>
> -Ryan


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.