djeter: Win32 2004-02-04 branch (-O1 -Oi 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-04 branch (-O1 -Oi 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: Optimized for size
-Oi: Generate Intrinsic Functions
---
http://djeter.home.dixie-net.com/Firebi ... -O1-Oi.exe (4.85 MB)

Checkout Start: Tue Feb 03 22:15:39 CST 2004
Build Complete: Tue Feb 03 23:32:02 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"
ac_add_options --enable-static
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");
User avatar
Kasteo
Posts: 670
Joined: August 24th, 2003, 9:16 am
Location: Thailand

Post by Kasteo »

Cool... is it a Branch or a Trunk?
Noia 2.0 theme for Firefox & Thunderbird
- Compaq Presario 2190US, 2.4GHz, 1024MB DDR RAM, 40GB 5400rpm HDD.
- Windows Server 2003 Enterprise, Gecko/20040925 Firefox/0.10 (MOOX M3)
Deepu Sudhakar
Posts: 23
Joined: March 13th, 2003, 4:28 pm

Post by Deepu Sudhakar »

Kasteo wrote:Cool... is it a Branch or a Trunk?

Title says branch.
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

Yes, it is a branch build. My current plan is to only release branch builds until the 0.8 release. When 0.8 is released, I'll make a -O1 -Oi optimized 0.8 final, then I'll start making trunk builds. Since I'm a new builder, as some people can tell, I'm trying to gain some experience by making branch builds before I start dipping into the trunk builds. :)
User avatar
storm119
Posts: 742
Joined: October 2nd, 2003, 7:13 am
Location: *Land Below The Wind*
Contact:

Post by storm119 »

Just wondering any specific arch: instructions support ie: SSE or SSE2?.Coz since your first build till now you never mention it.
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

storm119 wrote:Just wondering any specific arch: instructions support ie: SSE or SSE2?.Coz since your first build till now you never mention it.


I haven't made any builds that use SSE or SSE2 yet. That is why I haven't mentioned it. When I get more experienced, I'll attempt to build some SSE and SSE2 builds.
User avatar
storm119
Posts: 742
Joined: October 2nd, 2003, 7:13 am
Location: *Land Below The Wind*
Contact:

Post by storm119 »

No wonder....anyway wish you luck....:)
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

Thanks! :)
Jesse
Posts: 398
Joined: November 4th, 2002, 7:00 pm
Location: Mountain View, CA
Contact:

Post by Jesse »

Thanks for starting to make branch builds just as the branch started to become active again. There was another large checkin today... I wonder if http://bugzilla.mozilla.org/show_bug.cgi?id=229600 will be fixed in branch builds after that checkin.
User avatar
djeter
Posts: 651
Joined: May 13th, 2003, 6:21 pm
Location: Falkner, MS

Post by djeter »

Well, in the build I just built, Bug 229600 is still there. I'll try again in a few hours and see if it's fixed.
Post Reply