[FX] djeter: 2004-05-14 [Branch/Win32] (O2px/GALF7/SSE2)

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

[FX] djeter: 2004-05-14 [Branch/Win32] (O2px/GALF7/SSE2)

Post by djeter »

This build was built from CVS using Visual C++ .NET 2003 using some optimizations.
-----
This build has the following optimizations:
-O2px -GALF7s -c -arch:SSE2
-----
This build has the following patch:
Bug 242145 - Optimization of Inverse Discrete Cosine Transform for SSE2
-----
Download: http://www.pryan.org/mozilla/firefox/dj ... s-SSE2.exe (5.65 MB) 7-Zip SFX
A big thanks to pryan for hosting all of my Firefox & Seamonkey builds! :)

Checkout Start: Fri May 14 00:58:18 CDT 2004
Build Complete: Fri May 14 03:48:00 CDT 2004


My .mozconfig goes something like this:

Code: Select all

ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector
ac_add_options --enable-crypto
ac_add_options --disable-composer
ac_add_options --disable-profilesharing
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize="-O2px -GALF7s -c -arch:SSE2"
ac_add_options --enable-static
ac_add_options --disable-shared

My builds have the following preferences set:
pref("general.useragent.vendorComment", "djeter")
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
User avatar
moole
Posts: 908
Joined: October 22nd, 2003, 1:27 pm
Location: Split, Croatia

Post by moole »

no need to put both -O2 and -Ox.

here is the shorter version: -O2p -GAL7 -c -arch:SSE2

-O2 includes -GF, -Ox doesn't

-c will not speed up your build process because it is already used by the mozilla build process.
it tells the compiler just to compile and not to link.

-Gs is meaningless if you do not specify the number after it
User avatar
Lohvarn
Posts: 332
Joined: January 30th, 2004, 9:43 pm
Location: Fort Worth, TX

Post by Lohvarn »

stipe wrote:-Gs is meaningless if you do not specify the number after it

I suggest you read up on it first.
http://msdn.microsoft.com/library/defau ... .2f.Gs.asp
Post Reply