On Sun, Apr 30, 2017 at 11:34:44PM +0300, Nikos Chantziaras wrote
> On 04/30/2017 10:36 PM, Walter Dnes wrote:
> >
> >   For Pale Moon, the developers want...
> >
> > -floop-parallelize-all -fpredictive-commoning -ftree-loop-distribution 
> > -ftree-vectorize
> >
> >   I follow those specs when doing a contributed build.
> 
> Are these using graphite though?

  Yes.  Non-graphite GCC errors out if I include them in
CFLAGS/CXXFLAGS.  Try for yourself.  Include those flags, if you don't
have graphite, and try to build something.  See also
https://gcc.gnu.org/wiki/Graphite/Parallelization

> First step of autopar in Graphite has been done. You can trigger it
> by 2 flags -floop-parallelize-all -ftree-parallelize-loops=4. Both
> of them is needed, the first flag will trigger Graphite pass to mark
> loops that can be parallel and the second flag will trigger the code
> generation part.
 
-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications

Reply via email to