You are not logged in.
Pages: 1
about:buildconfig
Compiler Version Compiler flags
gcc gcc version 4.6.0 20110415 (prerelease) (GCC) -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer
c++ gcc version 4.6.0 20110415 (prerelease) (GCC) -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -fpermissive -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer why only -Os? why not -O2 or even -O3? in other distros (such as SUSE for example) firefox much more optimized and much more faster
p.s. sorry for bad english. i'm not english speaking
sorry for bad english. i'm not english speaking
Offline
That is the Mozilla default. Certian sections of the code a re compiled with more optimization as they see fit.
Offline
You can always compile on your own, but I don't think you will get more than 5% improvement.
Offline
Cheer up, our woes will probably be over soon.
Read this on /. yesterday:
http://linux.slashdot.org/story/11/04/3 … As-Windows
Also if you impatient enough, then try this"
http://aur.archlinux.org/packages.php?ID=22296
I tried firefox-pgo with the 3.6 series. It did feel snappier, but it wasn't worth the 2 hour compile time, that my poor and hot-headed (read get very hot, very fast) p4 had to go through.
Last edited by x33a (2011-05-02 04:38:08)
Offline
Pages: 1