View previous topic :: View next topic |
Author |
Message |
kNemo Tux's lil' helper
Joined: 03 Jun 2004 Posts: 116
|
Posted: Wed Aug 18, 2004 4:33 pm Post subject: [CFLAGS] Il Potere dell'Ottimizzazione ? [RISOLTO] |
|
|
Stavo ricompilando la mia gentoo da stage1...
Ma volevo ottimizzarla il piu' possibile.
Ma leggendo 2 'lezioni' ho trovato 2 pareri discordi
e adesso non so' piu' se
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
e' piu' ottimizzato di:
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer"
Ho un pentium4 2.6G.. Qualcuno sa' dirmi che CFLAGS mettere per poter ottimizzare il piu' possibile la compilazione....
Grazie. _________________ Powered by:
Gentoo Base System version 1.4.16 (Kernel 2.4.26-gentoo-r9)
Portage 2.0.50-r9 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.4.26-gentoo-r9)
ScreenShot
http://gendevel.altervista.org/home.php?s=oth&p=screensht
Last edited by kNemo on Wed Aug 18, 2004 5:20 pm; edited 1 time in total |
|
Back to top |
|
|
.:deadhead:. Advocate
Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
|
kNemo Tux's lil' helper
Joined: 03 Jun 2004 Posts: 116
|
Posted: Wed Aug 18, 2004 5:08 pm Post subject: |
|
|
03 e' il massimo ???
Usero'
CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer"
Grazie. _________________ Powered by:
Gentoo Base System version 1.4.16 (Kernel 2.4.26-gentoo-r9)
Portage 2.0.50-r9 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.4.26-gentoo-r9)
ScreenShot
http://gendevel.altervista.org/home.php?s=oth&p=screensht |
|
Back to top |
|
|
Marculin Guru
Joined: 24 Feb 2004 Posts: 376
|
Posted: Wed Aug 18, 2004 7:54 pm Post subject: |
|
|
Non era con 02 che hai eseguibili piu grossi e piu veloci? _________________ Non capisco perchè continuavo ad avere cosi paura della shell.....è cosi bella |
|
Back to top |
|
|
n3m0 l33t
Joined: 08 Feb 2004 Posts: 798 Location: Richville, Naples, Italy, Europe
|
Posted: Wed Aug 18, 2004 7:57 pm Post subject: |
|
|
Marculin wrote: | Non era con 02 che hai eseguibili piu grossi e piu veloci? |
No.
@kNemo: tieni sempre conto del fatto che l'ottimizzazione in termini di esecuzione di codice apportata da determinate flag spesso non è tanta da poter giustificare un rallentamento nella fase di loading dell'eseguibile dovuta all'ingrossamento dello stesso (causato, appunto, dalle troppe ottimizzazioni) _________________ Lenergia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
Letà della pietra non è mica finita per mancanza di pietre. - B.G.
Site/Blog: http://www.neminis.org |
|
Back to top |
|
|
|