neysx 09/10/19 16:16:35 Modified: hb-install-stage.xml Log: #289741 mention -pipe uses more memory
Revision Changes Path 1.118 xml/htdocs/doc/en/handbook/hb-install-stage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.118&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml?r1=1.117&r2=1.118 Index: hb-install-stage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- hb-install-stage.xml 4 Oct 2009 18:37:42 -0000 1.117 +++ hb-install-stage.xml 19 Oct 2009 16:16:35 -0000 1.118 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.117 2009/10/04 18:37:42 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.118 2009/10/19 16:16:35 neysx Exp $ --> <sections> @@ -13,8 +13,8 @@ describe how you extract the stage3 archive and configure Portage. </abstract> -<version>10.0</version> -<date>2009-10-04</date> +<version>10.1</version> +<date>2009-10-19</date> <section> <title>Installing a Stage Tarball</title> @@ -411,7 +411,8 @@ <p> Another popular optimization flag is <c>-pipe</c> (use pipes rather than temporary files for communication between the various stages of compilation). -It has no impact on the generated code. +It has no impact on the generated code, but uses more memory. On systems with +low memory, gcc might get killed. In that case, do not use this flag. </p> <p>