Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Firefox-10.0.1 fails to compile on x86
Date: Thu, 23 Feb 2012 19:58:37
Message-Id: ji65it$ivd$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: Firefox-10.0.1 fails to compile on x86 by Michael Mol
1 On 23/02/12 21:42, Michael Mol wrote:
2 > On Thu, Feb 23, 2012 at 2:36 PM, Nikos Chantziaras<realnc@×××××.de> wrote:
3 >> On 23/02/12 12:44, Mick wrote:
4 >>> The irony is that older boxen which would benefit most from building from
5 >>> source are constrained in resources to achieve this and have to resort to
6 >>> installing bin packages.
7 >>
8 >> I doubt that the bin package will be slower than the one compiled from
9 >> source. I predict the reverse, in fact. The bin package will perform
10 >> better.
11 >
12 > That seems a strange prediction. What drives that hunch?
13
14 The PGO optimized build that Mozilla is shipping. You can also build
15 with PGO from source, but that means building FF *twice* in a row (by
16 enabling the "pgo" USE flag). I doubt that with the old laptop anyone
17 is building FF twice with PGO, and that means that the -bin package
18 should be faster.
19
20 Furthermore, FF is build using its own CFLAGS. They are the same in the
21 source build as well as in the -bin package. The only difference is
22 probably the -march option. And that doesn't make much difference to
23 begin with (after -march=i686, gains are very minimal).

Replies

Subject Author
Re: [gentoo-user] Re: Firefox-10.0.1 fails to compile on x86 Willie WY Wong <wongwwy@××××××××××.org>
Re: [gentoo-user] Re: Firefox-10.0.1 fails to compile on x86 Michael Mol <mikemol@×××××.com>