* [gentoo-dev] KDE speed - wow
@ 2002-04-08 15:13 Sebastian Werner
2002-04-08 17:48 ` Preston A. Elder
2002-04-08 18:01 ` Richard Mosquera
0 siblings, 2 replies; 5+ messages in thread
From: Sebastian Werner @ 2002-04-08 15:13 UTC (permalink / raw
To: gentoo-dev
Hey,
i compiled a fresh kde 3 desktop and all I could say...
wow what a speed!!! Never dream about KDE could have this speed and eyecandynes.
I use gcc-3.0.4 with the following cflags:
-march=i686 -O3 -pipe -fforce-addr -funroll-loops -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4
the newest binutils (2.12.90.0.3) package with active combreloc
and the default gentoo kernel with all it's speed enhancements... ;-)
Sebastian
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] KDE speed - wow
2002-04-08 15:13 [gentoo-dev] KDE speed - wow Sebastian Werner
@ 2002-04-08 17:48 ` Preston A. Elder
2002-04-08 20:47 ` Sebastian Werner
2002-04-08 18:01 ` Richard Mosquera
1 sibling, 1 reply; 5+ messages in thread
From: Preston A. Elder @ 2002-04-08 17:48 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1471 bytes --]
A word of warning. The -funroll-loops optimization CAN cause problems
with GCC 3.0.x. I used to use all of the below optimizations myself,
until I found -funroll-loops was more trouble than its worth (I had
several programs I actively debugged, only to find it was an
optimization error, and removing that particular optimization fixed the
problem -- the code itself looked fine).
Just a friendly note. I dont believe theres a problem with
-funroll-loops on gcc 2.95.x.
On Mon, 2002-04-08 at 11:13, Sebastian Werner wrote:
> Hey,
>
> i compiled a fresh kde 3 desktop and all I could say...
>
> wow what a speed!!! Never dream about KDE could have this speed and eyecandynes.
>
> I use gcc-3.0.4 with the following cflags:
> -march=i686 -O3 -pipe -fforce-addr -funroll-loops -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4
>
> the newest binutils (2.12.90.0.3) package with active combreloc
>
> and the default gentoo kernel with all it's speed enhancements... ;-)
>
> Sebastian
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
PreZ
Systems Administrator
GOTH.NET
Goth Code '98: tSKeba5qaSabsaaaGbaa75KAASWGuajmsvbieqcL4BaaLb3F4
nId5mefqmDjmmgm#haxthgzpj4GiysNkycSRGHabiabOkauNSW
GOTH.NET - http://www.goth.net
Free online resource for the gothic community.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] KDE speed - wow
2002-04-08 15:13 [gentoo-dev] KDE speed - wow Sebastian Werner
2002-04-08 17:48 ` Preston A. Elder
@ 2002-04-08 18:01 ` Richard Mosquera
2002-04-08 20:45 ` Sebastian Werner
1 sibling, 1 reply; 5+ messages in thread
From: Richard Mosquera @ 2002-04-08 18:01 UTC (permalink / raw
To: gentoo-dev
hello,
What packages did you rebuild apart from binutils ? I tried bootstrapping
with gcc 3.0.4 but it died on ncurses.
cheers,
rich
On Monday 08 Apr 2002 4:13 pm, Sebastian Werner wrote:
> Hey,
>
> i compiled a fresh kde 3 desktop and all I could say...
>
> wow what a speed!!! Never dream about KDE could have this speed and
> eyecandynes.
>
> I use gcc-3.0.4 with the following cflags:
> -march=i686 -O3 -pipe -fforce-addr -funroll-loops -fomit-frame-pointer
> -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4
>
> the newest binutils (2.12.90.0.3) package with active combreloc
>
> and the default gentoo kernel with all it's speed enhancements... ;-)
>
> Sebastian
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] KDE speed - wow
2002-04-08 18:01 ` Richard Mosquera
@ 2002-04-08 20:45 ` Sebastian Werner
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Werner @ 2002-04-08 20:45 UTC (permalink / raw
To: gentoo-dev
I use a prepacked ncurses... yes it hange on the c++ part.. no idea...
I bootstrap the system and all other things work until now
Sebastian
On Mon, 8 Apr 2002 19:01:44 +0100
Richard Mosquera <rmosquera@btinternet.com> wrote:
> hello,
>
> What packages did you rebuild apart from binutils ? I tried bootstrapping
> with gcc 3.0.4 but it died on ncurses.
>
> cheers,
> rich
>
> On Monday 08 Apr 2002 4:13 pm, Sebastian Werner wrote:
> > Hey,
> >
> > i compiled a fresh kde 3 desktop and all I could say...
> >
> > wow what a speed!!! Never dream about KDE could have this speed and
> > eyecandynes.
> >
> > I use gcc-3.0.4 with the following cflags:
> > -march=i686 -O3 -pipe -fforce-addr -funroll-loops -fomit-frame-pointer
> > -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4
> >
> > the newest binutils (2.12.90.0.3) package with active combreloc
> >
> > and the default gentoo kernel with all it's speed enhancements... ;-)
> >
> > Sebastian
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] KDE speed - wow
2002-04-08 17:48 ` Preston A. Elder
@ 2002-04-08 20:47 ` Sebastian Werner
0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Werner @ 2002-04-08 20:47 UTC (permalink / raw
To: gentoo-dev
No idea...
on packages which seems not compile lucky I use
only -O3 -march=i686 -pipe
for example
kdemultimedia-3 havbe a problem in /arts/tools
Sebastian
On 08 Apr 2002 13:48:10 -0400
"Preston A. Elder" <prez@goth.net> wrote:
> A word of warning. The -funroll-loops optimization CAN cause problems
> with GCC 3.0.x. I used to use all of the below optimizations myself,
> until I found -funroll-loops was more trouble than its worth (I had
> several programs I actively debugged, only to find it was an
> optimization error, and removing that particular optimization fixed the
> problem -- the code itself looked fine).
>
> Just a friendly note. I dont believe theres a problem with
> -funroll-loops on gcc 2.95.x.
>
> On Mon, 2002-04-08 at 11:13, Sebastian Werner wrote:
> > Hey,
> >
> > i compiled a fresh kde 3 desktop and all I could say...
> >
> > wow what a speed!!! Never dream about KDE could have this speed and eyecandynes.
> >
> > I use gcc-3.0.4 with the following cflags:
> > -march=i686 -O3 -pipe -fforce-addr -funroll-loops -fomit-frame-pointer -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4
> >
> > the newest binutils (2.12.90.0.3) package with active combreloc
> >
> > and the default gentoo kernel with all it's speed enhancements... ;-)
> >
> > Sebastian
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> --
> PreZ
> Systems Administrator
> GOTH.NET
>
> Goth Code '98: tSKeba5qaSabsaaaGbaa75KAASWGuajmsvbieqcL4BaaLb3F4
> nId5mefqmDjmmgm#haxthgzpj4GiysNkycSRGHabiabOkauNSW
>
> GOTH.NET - http://www.goth.net
> Free online resource for the gothic community.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-04-08 20:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-08 15:13 [gentoo-dev] KDE speed - wow Sebastian Werner
2002-04-08 17:48 ` Preston A. Elder
2002-04-08 20:47 ` Sebastian Werner
2002-04-08 18:01 ` Richard Mosquera
2002-04-08 20:45 ` Sebastian Werner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox