[FX/TB] boba - 20060727 - BRANCH/TRUNK[WIN32] (SSE2|MMX)
- boba23
- Posts: 729
- Joined: May 6th, 2004, 11:20 am
[FX/TB] boba - 20060727 - BRANCH/TRUNK[WIN32] (SSE2|MMX)
allright folks, i think it's time to change this first post a bit, for some more information on my builds, which look very good so far, from what i can tell and users told me ...
i am doing the following builds right now, not all of them daily but have a look yourself:
firefox_ce_builddate_cvstree_optimizations.exe
this is an example filename, same applies for thunderbird builds, here' the explanation:
firefox_ce or thunderbird_ce is always the same, the rest of the filename depends, on date, options for cpu's etc, and cvs tree (e.g. TRUNK or BRANCH)
- builddate e.g. 20050910 (build of september, 09 2005)
- cvstree, as mentioned mostly BRANCH, maybe TRUNK sometimes or upon request.
- options are the compiler optimization switches most builders here use to optimize there builds:
-O2 -GALFT6 -Gs (builds optimized for CPU's from mmx ready cpu's upwards, basically a PI mmx cpu shoud work already, and all newer ones. all AMD cpu's that got mmx instructions as well, i think from AMD K7 upwards, so K6 will NOT work prolly)
-O2 -GALFT7 -Gs arch:SSE2 (builds optimized for more current CPU's. your CPU must have SSE2 instruction set support, meaning you need either a Athlon64 or newer or on the Intel side, at least a Pentium 4, don't think P3 already had SSE2, did it?)
builds are done using ms visual c++ toolkit 2003, for now with -O2 -GALFT6/7 -Gs arch:SSE(2) optimizations. these builds also include mmoy's patches (thx mmoy).
i'll try to do firefox branch builds daily if i find the time and of course if people like them.
allright, head over to:
http://apt.mine.nu/wp (my weblog)
or directly to the build archive at
http://boba.fatal-ecstasy.net
to checkout my first build (7z sfv format)
here's my current .mozconfig for all those interested:
mk_add_options MOZ_OBJDIR="@TOPSRCDIR@/../obj-win32"
. $topsrcdir/browser/config/mozconfig
GLIB_PREFIX=/cygdrive/d/mozilla/vc71
LIBIDL_PREFIX=/cygdrive/d/mozilla/vc71
export LDFLAGS="-ltcg"
mk_add_options LDFLAGS="-ltcg"
export MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"
mk_add_options MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"
# Optimized options
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
ac_add_options --disable-pedantic
ac_add_options --disable-accessibility
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-composer
ac_add_options --disable-debug
ac_add_options --enable-installer
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-tests
ac_add_options --disable-toolkit-qt
ac_add_options --disable-toolkit-gtk
ac_add_options --disable-toolkit-xlib
ac_add_options --disable-profilesharing
ac_add_options --enable-crypto
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
ac_add_options --enable-optimize="-O2 -GALFT7 -Gs -arch:SSE2"
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,universalchardet,transformiix,webservices,negotiateauth,inspector
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
ac_add_options --without-system-png
ac_add_options --without-system-mng
These builds were compiled using Jairo Boudewyn's unofficial Firefox artwork.
for now leave any comments, suggestions here in the forums, since i don't have the time to setup a webpage for comments etc.
regards, boba
i am doing the following builds right now, not all of them daily but have a look yourself:
firefox_ce_builddate_cvstree_optimizations.exe
this is an example filename, same applies for thunderbird builds, here' the explanation:
firefox_ce or thunderbird_ce is always the same, the rest of the filename depends, on date, options for cpu's etc, and cvs tree (e.g. TRUNK or BRANCH)
- builddate e.g. 20050910 (build of september, 09 2005)
- cvstree, as mentioned mostly BRANCH, maybe TRUNK sometimes or upon request.
- options are the compiler optimization switches most builders here use to optimize there builds:
-O2 -GALFT6 -Gs (builds optimized for CPU's from mmx ready cpu's upwards, basically a PI mmx cpu shoud work already, and all newer ones. all AMD cpu's that got mmx instructions as well, i think from AMD K7 upwards, so K6 will NOT work prolly)
-O2 -GALFT7 -Gs arch:SSE2 (builds optimized for more current CPU's. your CPU must have SSE2 instruction set support, meaning you need either a Athlon64 or newer or on the Intel side, at least a Pentium 4, don't think P3 already had SSE2, did it?)
builds are done using ms visual c++ toolkit 2003, for now with -O2 -GALFT6/7 -Gs arch:SSE(2) optimizations. these builds also include mmoy's patches (thx mmoy).
i'll try to do firefox branch builds daily if i find the time and of course if people like them.
allright, head over to:
http://apt.mine.nu/wp (my weblog)
or directly to the build archive at
http://boba.fatal-ecstasy.net
to checkout my first build (7z sfv format)
here's my current .mozconfig for all those interested:
mk_add_options MOZ_OBJDIR="@TOPSRCDIR@/../obj-win32"
. $topsrcdir/browser/config/mozconfig
GLIB_PREFIX=/cygdrive/d/mozilla/vc71
LIBIDL_PREFIX=/cygdrive/d/mozilla/vc71
export LDFLAGS="-ltcg"
mk_add_options LDFLAGS="-ltcg"
export MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"
mk_add_options MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"
# Optimized options
ac_add_options --enable-static
ac_add_options --disable-shared
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
ac_add_options --disable-pedantic
ac_add_options --disable-accessibility
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-composer
ac_add_options --disable-debug
ac_add_options --enable-installer
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-tests
ac_add_options --disable-toolkit-qt
ac_add_options --disable-toolkit-gtk
ac_add_options --disable-toolkit-xlib
ac_add_options --disable-profilesharing
ac_add_options --enable-crypto
ac_add_options --enable-strip
ac_add_options --enable-strip-libs
ac_add_options --enable-optimize="-O2 -GALFT7 -Gs -arch:SSE2"
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,universalchardet,transformiix,webservices,negotiateauth,inspector
ac_add_options --without-system-nspr
ac_add_options --without-system-zlib
ac_add_options --without-system-jpeg
ac_add_options --without-system-png
ac_add_options --without-system-mng
These builds were compiled using Jairo Boudewyn's unofficial Firefox artwork.
for now leave any comments, suggestions here in the forums, since i don't have the time to setup a webpage for comments etc.
regards, boba
Last edited by boba23 on July 26th, 2006, 4:32 pm, edited 102 times in total.
-
- Posts: 184
- Joined: May 12th, 2005, 3:44 am
- Location: Grimsby, England
Nice build I have to say! I'm posting this with it now. Seems nice and fast for regular browsing so I think I'll make it my default 32-bit browser for now! Thanks!
iMac G5 1.9Ghz | 1.5Gb | OS X 10.4.8
CreativeFlux
CreativeFlux
- RadioactiveMan
- Posts: 1222
- Joined: June 27th, 2005, 5:37 pm
- Location: Portland, Oregon
- RadioactiveMan
- Posts: 1222
- Joined: June 27th, 2005, 5:37 pm
- Location: Portland, Oregon
-
- Posts: 218
- Joined: March 5th, 2005, 4:40 pm
-
- Posts: 218
- Joined: March 5th, 2005, 4:40 pm
boba23 wrote:you are right man, same thing here now, though i tried it yday night and it worked fine. very weird. hope we don't have a hdd problem on that box, will look into that, do some fs checking and so on....damned
lol! No worries man. Looking forward to your nx build

The website said IE5 or better. So I installed Firefox.
- RadioactiveMan
- Posts: 1222
- Joined: June 27th, 2005, 5:37 pm
- Location: Portland, Oregon
-
- Posts: 184
- Joined: May 12th, 2005, 3:44 am
- Location: Grimsby, England
boba23 wrote:well seems the box has got major filesystem/hdd problems :-/
@dru if your offer is still up, i would get back to you to host my buildsif that's still possible, drop me a message with your email address and we'll get in contact ....
boba
I've sent you a PM.
iMac G5 1.9Ghz | 1.5Gb | OS X 10.4.8
CreativeFlux
CreativeFlux
- kalen3285
- Posts: 10
- Joined: April 24th, 2004, 7:44 pm
- Location: Indiana, USA
- Contact:
- boba23
- Posts: 729
- Joined: May 6th, 2004, 11:20 am