POV-Ray : Newsgroups : povray.unix : Compiler optimization settings for PovRay 3.6? Server Time
1 Jul 2024 06:17:59 EDT (-0400)
  Compiler optimization settings for PovRay 3.6? (Message 1 to 4 of 4)  
From: Stefan Viljoen
Subject: Compiler optimization settings for PovRay 3.6?
Date: 22 Jul 2004 04:53:25
Message: <40ff8084@news.povray.org>
Hi all

What compiler optimization settings were used to compile the static Povray
Linux binary?

Is there a wiki/doc discussing this?

Thanks
-- 
Stefan Viljoen
Software Support Technician
Polar Design Solutions


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Compiler optimization settings for PovRay 3.6?
Date: 22 Jul 2004 04:59:32
Message: <40ff81f4$1@news.povray.org>
In article <40ff8084@news.povray.org> , Stefan Viljoen 
<rylan@<deletehis>intekom.co.za>  wrote:

> Hi all
>
> What compiler optimization settings were used to compile the static Povray
> Linux binary?
>
> Is there a wiki/doc discussing this?

<http://www.povray.org/ftp/pub/povray/Official/Unix/povray-3.6.tar.gz>

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Christoph Hormann
Subject: Re: Compiler optimization settings for PovRay 3.6?
Date: 22 Jul 2004 05:10:02
Message: <cdo074$2j6$1@chho.imagico.de>
Stefan Viljoen <rylan@ wrote:
> Hi all
> 
> What compiler optimization settings were used to compile the static Povray
> Linux binary?

The official binary was compiled using '-O3' and '-march=i586'.

> Is there a wiki/doc discussing this?

You will find some discussion on the matter of the effect of compiler 
optimization on POV-Ray performance in the past postings in these 
newsgroups.  On most x86 processors except the recent ones from Intel 
(pentium 4/pentium M) there is only minor improvement to be gained by 
use of more specific flags.  For Intel you should make sure you use 
'-march=pentium4'/'-march=pentium-m', the configure script handles this 
automatically.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 06 Jul. 2004 _____./\/^>_*_<^\/\.______


Post a reply to this message

From: Nicolas Calimet
Subject: Re: Compiler optimization settings for PovRay 3.6?
Date: 22 Jul 2004 07:02:50
Message: <40ff9eda@news.povray.org>
> use of more specific flags.  For Intel you should make sure you use 
> '-march=pentium4'/'-march=pentium-m', the configure script handles this 
> automatically.

	Unfortunately pentium-m is not yet specifically handled by configure
at the moment, so it might be neccessary to pass the proper compiler flags
to configure command-line <sigh>

	- NC


Post a reply to this message

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