djeter: Win32 2004-02-22 trunk (G6/SSE Optimized)

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

djeter: Win32 2004-02-22 trunk (G6/SSE Optimized)

Post by djeter »

This build was built today from CVS using Visual C++ .NET 2003 using some optimizations.
---
This build has the following optimizations:
-O1 -Oi -G6 -arch:SSE
---
Download: http://djeter.home.dixie-net.com/Firefo ... G6-SSE.exe (5.03 MB) 7-Zip SFX

Checkout Start: Sun Feb 22 02:28:25 CST 2004
Build Complete: Sun Feb 22 09:40:20 CST 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,universalchardet,typeaheadfind,webservices
ac_add_options --enable-crypto
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
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="-O1 -Oi -G6 -arch:SSE"
ac_add_options --enable-static
ac_add_options --disable-pedantic
ac_add_options --disable-shared
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-accessibility

My builds have the following preference 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
bangbang023
Posts: 1726
Joined: July 7th, 2003, 12:23 am
Location: Brooklyn, NY
Contact:

Post by bangbang023 »

you are so lucky you can build lol. Thanks for the build, nonetheless
ByTor201
Posts: 573
Joined: November 26th, 2003, 10:36 am
Location: 40:53:21N 74:02:46W

Post by ByTor201 »

This build is really running like a champ! Thanks! :)

Is this with the jpeg patch, or was it not necessary?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040222 Firefox/0.8.0+ (djeter)
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

ByTor201 wrote:This build is really running like a champ! Thanks! :)

Is this with the jpeg patch, or was it not necessary?

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040222 Firefox/0.8.0+ (djeter)
Yes, it does have the jpeg patch. Any build I make with -O1 -Oi will have to have the patch or else it will crash on me like the -O2 builds without the patch did. Seemes strange that the patch fixed it since it seemed totally unrelated to my problem, but I guess you can't rule anything out until you try it. :)
Mozilla/5.0 ( Windows; U; Windows NT 6.1; en-US; rv:1.9.1b4pre ) Gecko/20090403 SeaMonkey/2.0b1pre (djeter)
Post Reply