Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook/2008.0: hb-install-stage.xml
Date: Tue, 04 Aug 2009 20:18:30
Message-Id: E1MYQSp-0002QT-8U@stork.gentoo.org
1 scen 09/08/04 20:18:27
2
3 Modified: hb-install-stage.xml
4 Log:
5 Improved translation
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml?r1=1.5&r2=1.6
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- hb-install-stage.xml 4 Aug 2009 20:05:45 -0000 1.5
21 +++ hb-install-stage.xml 4 Aug 2009 20:18:27 -0000 1.6
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml,v 1.5 2009/08/04 20:05:45 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml,v 1.6 2009/08/04 20:18:27 scen Exp $ -->
28
29 <sections>
30
31 @@ -258,12 +258,13 @@
32 <p>
33 Una seconda impostazione è la flag <c>-O</c> (o maiuscola, non zero), che
34 specifica la classe di ottimizzazione di <c>gcc</c>. Possibili classi sono
35 -<c>s</c> (per ottimizzazioni di formato), <c>O</c> (per nessuna ottimizzazione),
36 -<c>1</c>, <c>2</c> o perfino <c>3</c> per più ottimizzazioni di velocità (ogni
37 -classe ha le stesse flag di quella precedente, più alcuni extra). <c>-O2</c> è
38 -il default che si raccomanda. Si sa con certezza che <c>-O3</c> causa gravi
39 -problemi se usato in modo globale nel sistema, pertanto non andare oltre
40 -all'ottimizzazione <c>-O2</c>
41 +<c>s</c> (per ottimizzazioni sulla dimensione), <c>O</c> (per nessuna
42 +ottimizzazione), <c>1</c>, <c>2</c> o perfino <c>3</c> per ulteriori
43 +ottimizzazioni sulla velocità (ogni classe ha le stesse flag di quella
44 +precedente, più alcune aggiuntive). <c>-O2</c> è quanto viene raccomandato come
45 +impostazione predefinita. È risaputo che l'ottimizzazione <c>-O3</c> causa gravi
46 +problemi se usata a livello globale nel sistema, pertanto si consiglia vivamente
47 +di rimanere fermi all'ottimizzazione <c>-O2</c>.
48 </p>
49
50 <p>