Re: [Gimp-developer] Ways to improve Gimp 2.9 performance
- From: Partha Bagchi <partha1b gmail com>
- To: Elle Stone <l elle stone gmail com>
- Cc: Gimp-developer <gimp-developer-list gnome org>
- Subject: Re: [Gimp-developer] Ways to improve Gimp 2.9 performance
- Date: Sat, 2 Mar 2013 10:31:29 -0500
Well, you have a point. But if you look at the documentation, it says:
-Ofast
Disregard strict standards compliance. -Ofast enables all -O3 optimizations. It also enables optimizations that are not valid for all standard-compliant programs. It turns on -ffast-math and the Fortran-specific -fno-protect-parens and -fstack-arrays.
So, While O3 turns on -ftree-vectorize, -Ofast is not strictly compliant and turns on fast-math, I do it separately I use the above incantation.
Finally, since I compile atk/glib/pango/cairo by myself, I do use the above optimization for all the builds.
Btw, I build Gimp on Windows and Mac, so your mileage may vary.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]