← Back to team overview

kicad-developers team mailing list archive

Re: Optimization flags in 3d-viewer

 

On Thu, Feb 23, 2017 at 11:45:40AM -0500, Mark Roszko wrote:
> Does -O3 really have that much of an improvement though? I assume the
> only thing cpu bound thing in the 3d viewer is the raytracing.

Even on CPU-bound things -O3 tends not to be too much of an improvement
on both gcc and clang. -O2 is already very good.

> 
> 
> If you really want speed you would throw in PGO :P.
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


References