[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2023-11-12 Thread Sebastien Bacher
Yes, things changed since the report, Ubuntu provides firefox as a snap now and 
PGO has been enabled on the amd64 build for a while now
https://github.com/canonical/firefox-snap/commit/7fc10a451

** Changed in: firefox (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XULRunner:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released
Status in firefox source package in Quantal:
  Won't Fix
Status in xulrunner package in Debian:
  New
Status in firefox-3.0 package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations (
  http://developer.mozilla.org/en/docs/Building_with_Profile-
  Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2023-11-12 Thread zamazan4ik
Regarding PGO benefits for Firefox, there is a thread:
https://groups.google.com/g/mozilla.dev.platform/c/wwO48xXFx0A/m/ztg4i0DYAAAJ
that shows measurable improvements from PGO.

Anyway, since the issue is quite old. Is PGO still disabled for Firefox
in Ubuntu repositories? Maybe things have changed during these years...

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XULRunner:
  Fix Released
Status in firefox package in Ubuntu:
  Triaged
Status in firefox source package in Quantal:
  Won't Fix
Status in xulrunner package in Debian:
  New
Status in firefox-3.0 package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations (
  http://developer.mozilla.org/en/docs/Building_with_Profile-
  Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-07-04 Thread Chris Coulson
Yes, the build system automatically sets that when you build with PGO

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox” source package in Quantal:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-07-04 Thread madbiologist
Chris - thanks for your efforts on this.  I am a little surprised to
hear that the benchmarks show negligible benefit of turning on PGO in
most tests, given what I have read previously in this bug and in the
Mozilla bug reports.  However I am not an expert so I guess it is
possible.  I just have one question - did you also build with -O3 as per
comment #137?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox” source package in Quantal:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-07-04 Thread Chris Coulson
I'm backing this out of quantal. The benchmarks show negligible benefit
of turning on PGO in most tests, and there isn't really any perceivable
difference at all - certainly not enough to justify a 100% increase in
build time

** Also affects: firefox (Ubuntu Quantal)
   Importance: Wishlist
 Assignee: Chris Coulson (chrisccoulson)
   Status: Fix Released

** Also affects: xulrunner-1.9 (Ubuntu Quantal)
   Importance: Wishlist
   Status: Won't Fix

** Also affects: firefox-3.0 (Ubuntu Quantal)
   Importance: Wishlist
   Status: Won't Fix

** Also affects: firefox-3.1 (Ubuntu Quantal)
   Importance: Wishlist
   Status: Won't Fix

** Changed in: firefox (Ubuntu Quantal)
   Status: Fix Released => Won't Fix

** Changed in: firefox (Ubuntu)
   Status: Fix Released => Triaged

** Changed in: firefox (Ubuntu)
 Assignee: Chris Coulson (chrisccoulson) => (unassigned)

** No longer affects: firefox-3.0 (Ubuntu)

** No longer affects: firefox-3.0 (Ubuntu Quantal)

** No longer affects: firefox-3.1 (Ubuntu)

** No longer affects: firefox-3.1 (Ubuntu Quantal)

** No longer affects: xulrunner-1.9 (Ubuntu)

** No longer affects: xulrunner-1.9 (Ubuntu Quantal)

** Changed in: firefox (Ubuntu Quantal)
 Assignee: Chris Coulson (chrisccoulson) => (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox” source package in Quantal:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-05-21 Thread Chris Coulson
I'm turning this back off again due to continual build failures that are
only reproducible on the buildd's, and because the the PPA builders are
pretty much incapable of building it to help investigate

** Changed in: firefox (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-05-21 Thread Chris Coulson
Actually, scratch that. We get the same build failure in thunderbird
without PGO.

** Changed in: firefox (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-05-17 Thread Chris Coulson
You're getting a bit ahead of yourself, it hasn't even built in quantal
yet. Perhaps ask me again in 4 months when it's had some proper testing
there first

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-05-17 Thread greg
Are we going to see PGO in updated Firefox releases for precise?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-05-17 Thread Chris Coulson
Fixed in quantal

** Changed in: firefox (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-03-19 Thread madbiologist
Note that we should also build with -O3 to get the best out of PGO - see
https://bugzilla.mozilla.org/show_bug.cgi?id=590181

@Sam Tygier - re comment #135 - unless I am understanding what I've read
in the Mozilla bugs incorrectly, -Os seems to be an alternative to
-O1/O2/O3, and as such, is separate to PGO.  Is this correct, and if so
what should I look for in about:buildconfig to confirm the use of PGO?
I couldn't find this in the Mozilla bugs.

** Bug watch added: Mozilla Bugzilla #590181
   https://bugzilla.mozilla.org/show_bug.cgi?id=590181

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-03-19 Thread greg
You need to check for -fprofile-use.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-03-18 Thread greg
Firefox' Linux release builds have been using PGO for some time now. The
difference is quite noticeable, especially on slow systems, such as
netbooks. Why is this not used by Ubuntu yet? Firefox is Ubuntu's
standard browser and users should have the best experience possible.

What is missing to get this working? Is it still possible to get PGO
builds into Precise? I'm willing to help.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2012-02-28 Thread madbiologist
** Tags added: lucid maverick natty oneiric

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2011-09-29 Thread sam tygier
no, still built with -Os. you can check by putting about:buildconfig in
the url bar.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2011-09-27 Thread madbiologist
Is PGO enabled in firefox 7.0+build2+nobinonly-0ubuntu4 in the Ubuntu
11.10 repositories?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 213708] Re: Please compile Firefox with PGO optimizations

2011-09-11 Thread madbiologist
Is PGO enabled in firefox 7.0~b4+build2+nobinonly-0ubuntu1 in the Ubuntu
11.10 repositories?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/213708

Title:
  Please compile Firefox with PGO optimizations

Status in XUL + XPCOM application runner:
  Fix Released
Status in “firefox” package in Ubuntu:
  Triaged
Status in “firefox-3.0” package in Ubuntu:
  Won't Fix
Status in “firefox-3.1” package in Ubuntu:
  Won't Fix
Status in “xulrunner-1.9” package in Ubuntu:
  Won't Fix
Status in “xulrunner” package in Debian:
  New
Status in “firefox-3.0” package in openSUSE:
  New

Bug description:
  Binary package hint: xulrunner-1.9

  I've been using Arch Linux for the last 3 months. Now, I'm back on
  Ubuntu because I got tired of configuring. Configuring never ends.
  However, for Arch Linux, I made the best Firefox 3 package (
  http://aur.archlinux.org/packages.php?ID=15184 ), which includes PGO
  optimizations ( http://developer.mozilla.org/en/docs
  /Building_with_Profile-Guided_Optimization ).

  The Windows version is PGO optimised. People will hate the Ubuntu
  version knowing that the Windows version is so much faster. The
  official mozilla nightlies are PGO optimised.

  This was a test I did on Arch Linux, which is compiled against i686:
  Firefox 3 Beta 3 on the left.
  Firefox 3 Beta 4 with Profile Guided Optimisations on the right: 
http://www.paste2.org/p/15666

  This is what I got with this build https://bugs.launchpad.net/gutsy-
  backports/+bug/212468

  http://tinyurl.com/6fv8aq

  7 times slower. I'm not sure how much i686 helps. But, my i686 PGO was
  3 times faster than my normal i686.

  There are no regressions. It just works.

  I've attached how it was compiled and the mozconfig.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xulrunner/+bug/213708/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp