From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30624 invoked by alias); 17 Oct 2010 16:42:04 -0000 Received: (qmail 30616 invoked by uid 22791); 17 Oct 2010 16:42:04 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 Oct 2010 16:41:58 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTPS id 8630C1E05C; Sun, 17 Oct 2010 18:41:54 +0200 (CEST) Date: Sun, 17 Oct 2010 17:04:00 -0000 From: Gerald Pfeifer To: Andi Kleen cc: gcc-patches@gcc.gnu.org, hubicka@ucw.cz, Andi Kleen Subject: Re: [PATCH 2/3] Add bootstrap-lto-slim build config In-Reply-To: <1286792263-9244-2-git-send-email-andi@firstfloor.org> Message-ID: References: <1286792263-9244-1-git-send-email-andi@firstfloor.org> <1286792263-9244-2-git-send-email-andi@firstfloor.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-10/txt/msg01436.txt.bz2 On Mon, 11 Oct 2010, Andi Kleen wrote: > 2010-10-03 Andi Kleen > > * doc/install.texi (bootstrap-lto-slim): Document. > +@item @samp{bootstrap-lto-slim} > +Analogous to @code{bootstrap-lto}. Hmm, as a user/sysadmin I don't think I'd have any idea what this does and what its benefits (and the rationale for me using it) are. Care to expand a bit in the documentation? Gerald