scragz: Win32 optimized 2004.02.20

Discussion about official Mozilla Firefox builds
Post Reply
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

scragz: Win32 optimized 2004.02.20

Post by scragz »

Update: All new trunk builds use the free (libre) unofficial artwork that I'm trying to get adopted as the official unofficial artwork.

Update 2: New extraction routine.

These get built automatically every morning starting at 3:00 AM PST and are uploaded as they are completed, usually before 8:00 AM.

http://scragz.com/tech/mozilla/builds.php

Optimized for Pentium 4, Pentium M, Celeron 1.7GHz+, and Athlon64 with SSE2 (-O1 -G7 -arch:SSE2):
MozillaFirebird-yyyymmdd-hhmm-O1-G7-SSE2.7z.exe
(Only works on systems that support the SSE2 instruction set.)

Optimized for Athlon XP and some newer Durons with SSE (-O1 -G7 -arch:SSE):
MozillaFirebird-yyyymmdd-hhmm-O1-G7-SSE.7z.exe
(Only works on systems that support the SSE instruction set.)

Optimized for Pentium III and Pentium III based Celerons with SSE (-O1 -G6 -arch:SSE):
MozillaFirebird-yyyymmdd-hhmm-O1-G6-SSE.7z.exe
(Only works on systems that support the SSE instruction set.)

Optimized for non-SSE Athlons (-O1 -G7):
MozillaFirebird-yyyymmdd-hhmm-O1-G7.7z.exe

Optimized for the people who really want O2 (-O2 -G6):
MozillaFirebird-yyyymmdd-hhmm-O2-G6.7z.exe


Code: Select all

========================================
# sh
# Build configuration script
MOZILLA_OFFICIAL=1
BUILD_OFFICIAL=1

export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1

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="see above"
ac_add_options --enable-static
ac_add_options --disable-shared
Last edited by scragz on February 20th, 2004, 12:28 pm, edited 14 times in total.
mwillbanks
Posts: 35
Joined: October 15th, 2003, 10:47 pm

Post by mwillbanks »

having some major problems with this build...
although the speed of it is amazing.

what is happening is on some urls the browser completely crashes and closes. No error messages or anything.

Mike
Browser: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040204 Firebird/0.8.0+
Email: Mozilla Thunderbird 0.5b (20040204)
OS: WinXP SP1
User avatar
Blenderhead
Posts: 12
Joined: November 29th, 2003, 1:15 pm

Post by Blenderhead »

mwillbanks wrote:having some major problems with this build...
although the speed of it is amazing.

what is happening is on some urls the browser completely crashes and closes. No error messages or anything.

Mike


I'm having crashing issues as well with this build, Used a new profile as well. I get a Memory at "0x00000000" could not be "read" error.
User avatar
Kasteo
Posts: 670
Joined: August 24th, 2003, 9:16 am
Location: Thailand

Post by Kasteo »

I'm using O2-SSE2 build and WindowsXP crash as soon as I start to load first startup page, my.Yahoo.com. :(
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)
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Post by scragz »

Well then, I suppose maybe these builds are crap. This could be why I wasn't using O2 before.

We'll see tomorrow if the problem corrects itself.
wolruf
Posts: 107
Joined: November 5th, 2002, 3:15 am
Location: France
Contact:

Post by wolruf »

scragz wrote:Well then, I suppose maybe these builds are crap. This could be why I wasn't using O2 before.

We'll see tomorrow if the problem corrects itself.

These builds crash on loading JPEG images (DrWatson gives a hint at where it's crashing: jpeg_consume_input) and I can reproduce crash 100% with multiple JPEG images.
After searching bugzilla, this is a known bug: <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=137478" title="win32 '-O2' crash in jpeg\jdapimin.c: jpeg_consume_input()">bug 137478</a>

Compiling Windows builds with -O2 is not yet advisable (<a href="http://bugzilla.mozilla.org/show_bug.cgi?id=136999" title="Windows builds should build with -O2">bug 136999</a>), there are multiple areas where this will crash (search "02" in Summary for some bug reports).
Diago
Posts: 51
Joined: November 5th, 2002, 12:48 am

Post by Diago »

No problems using Stipe´s 040204 build, maybe due to other cvs checkout time?
wolruf
Posts: 107
Joined: November 5th, 2002, 3:15 am
Location: France
Contact:

Re: scragz: Win32 2004.02.04 trunk optimized for everything

Post by wolruf »

I know I'm asking a lot here :)
but is it possible that you merge the patches mentioned in <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=162095">bug 162095</a>, <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=162096">bug 162096</a> and <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=137478">bug 137478</a> and then compile with -02 ?
This would avoid some crashes and speedup, let's see if the resulting build work fine by having testers here.
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Post by scragz »

I did <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=162096">162096</a> and <a href="http://bugzilla.mozilla.org/show_bug.cgi?id=137478">137478</a>.
User avatar
jensemann
Posts: 103
Joined: November 13th, 2003, 11:55 am
Location: germany, Muelheim an der Ruhr
Contact:

Post by jensemann »

I am not able to start your build at all.... it´s listed in the taskmanager, but nothing happens, has to be killed ...
spy on my hometown (when online): http://webcam.endlich-mail.de
currently using: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1pre) Gecko/20061123 BonEcho/2.0.0.1pre ID:2006112305
scragz
Posts: 2914
Joined: February 8th, 2003, 2:38 am
Location: San Diego, US
Contact:

Post by scragz »

I suppose I relly should have tested them before starting a new freakin' thread about it. Anyway, todays seems to be working better.
ne081
Posts: 81
Joined: December 18th, 2003, 10:09 pm

g6

Post by ne081 »

is G6 build coming?would like to test since you merged those patches as O2 has always crashed for me.thx
fizz
Posts: 62
Joined: September 23rd, 2003, 11:19 am

Post by fizz »

Woohoo!! It seems that have mostly fixed my bug that only certain people have been experiencing described here => http://forums.mozillazine.org/viewtopic.php?t=46859&highlight= about focus on pulldowns.

However its still occuring you hold the mouse of a link, the info in the status bar is only visible if the mouse is moving. If you stop, the link in statusbar disappears. This is my last irratating think about firebird!

Congratz, nice build!
Last edited by fizz on February 5th, 2004, 7:09 am, edited 1 time in total.
User avatar
rilles
Posts: 73
Joined: October 15th, 2003, 5:47 am

Post by rilles »

I'm not having much luck either with -O2, it is occasionally freezing on me. I suspect its not so much -O2, but something else included that does not like it. I think Stipe's build is different in that it excludes some libs or uses a modified version of it.
I wouldn't worry about testing.. that's what we are here for... you make a build and we bang away at it... if I didn't want problems I would just get the 0.7 official build.
RickDB
Posts: 63
Joined: January 21st, 2004, 9:22 am
Location: Area 51(next to elvis)

Post by RickDB »

02-05 build SSE (on a athlonxp3200) running great so far :D
Post Reply