Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2006 02:57:27 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-questions@freebsd.org
Cc:        Garrett Cooper <youshi10@u.washington.edu>, =?iso-8859-1?q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
Subject:   Re: Any idea when Xorg 7.0's coming to FBSD?
Message-ID:  <200602030257.27685.kstewart@owt.com>
In-Reply-To: <43E30BDD.9090005@cs.tu-berlin.de>
References:  <43E2E2F1.70206@u.washington.edu> <43E2F43B.1000303@u.washington.edu> <43E30BDD.9090005@cs.tu-berlin.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 02 February 2006 23:53, Bj=F6rn K=F6nig wrote:
> Garrett Cooper schrieb:
> > Erm, unless 6.9 is modular (which I didn't think was the case),
> > there should be a noticeable difference.
>
> The noticeable difference is that 7.0 takes much more time to compile
> all in all because of its modularity. A German magazine tested both:
> 6.9 took 19 minutes and 7.0 75 minutes on their dual Opteron 246
> machine with 2 GB RAM (source: iX 1/2006).

Differences like that usually point out a poor interaction between the=20
files and the make process. For example, if you provide the compiler=20
with a list of files, you may only have to load the compiler once but=20
you can compile many modules. If you use make and load the compiler=20
many times, it will take much longer to build a system.=20

We had one program that the computer center manager tried to build and=20
after 7 hours, he killed the job. It was only half way done. I=20
suggested Microsoft's Power Fortran which loaded once and compiled=20
many. The MS Fortran compiler completed the build in 2 minutes. It took=20
me around 30 minutes to figure out that it had compiled everything.=20

MS Power Fortran went on to be DEC's Fortran for PCs and I don't know=20
what it called now. CPU speeds and HD speeds were much slower when this=20
happened.

Kent

=2D-=20
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602030257.27685.kstewart>