From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91176 invoked by alias); 8 Feb 2017 23:28:43 -0000 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 Received: (qmail 91166 invoked by uid 89); 8 Feb 2017 23:28:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:300, H*M:4564 X-HELO: mail-wr0-f196.google.com Received: from mail-wr0-f196.google.com (HELO mail-wr0-f196.google.com) (209.85.128.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Feb 2017 23:28:32 +0000 Received: by mail-wr0-f196.google.com with SMTP id i10so10215723wrb.0 for ; Wed, 08 Feb 2017 15:28:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:in-reply-to:references:mime-version :content-transfer-encoding:subject:to:cc:from:message-id; bh=AntETauff+rYAL2T2L4pmEb6hxPcLhT314zJe8V8Xek=; b=BrLfwpGXrFqFxskPz+KSFNI5S5B0fftDAIQtmW8Yn9IVKorGoqGJiEg7bj/V/2/qWC 3XR9KXjeVD92BahlYKxSdsnjesU/RDrcoHFFNiDCRYxOIc1MfAVuPSA2D9cK9NG1W1Rn Wn0eaSoEXZBx27G7J4Cs4tStVTqdwuAyG3wJX2Q8kdSknnu1AEpRK7iihibCoLDdDV+B UOaH2Vtz4TPu9M8ixLdh7Z/oT25Kr2YmdDAELcl3JDOfh/OmLvPsX+T/fooKW3pboEXS vtZiUrS8grEJL34epMySkieXLR1JCkPx/N7KCyzPpfdfrMBbu/xWE47R/gXpFnNlTmz4 SlEw== X-Gm-Message-State: AMke39khQbkTzSmlxXMi+8I6sUAT/PEDmD8u7Vmt1rE1SwepYRQl7nNhrtMKDLbUscF8hA== X-Received: by 10.223.146.39 with SMTP id 36mr50961wrj.85.1486596510199; Wed, 08 Feb 2017 15:28:30 -0800 (PST) Received: from [100.99.226.196] (213-225-15-106.nat.highway.a1.net. [213.225.15.106]) by smtp.gmail.com with ESMTPSA id y97sm5798235wmh.24.2017.02.08.15.28.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 08 Feb 2017 15:28:29 -0800 (PST) Date: Wed, 08 Feb 2017 23:28:00 -0000 In-Reply-To: <20170207184023.19155-2-daniel.santos@pobox.com> References: <2fd14fe7-8d06-45ab-fb1e-96c9c8f4c03b@pobox.com> <20170207184023.19155-2-daniel.santos@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues To: gcc-patches@gcc.gnu.org,Daniel Santos ,Uros Bizjak ,Jan Hubicka CC: Sandra Loosemore From: Bernhard Reutner-Fischer Message-ID: X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00656.txt.bz2 On 7 February 2017 19:40:17 CET, Daniel Santos wr= ote: >+ { "-mmoutline-msabi-xlogues", MASK_OUTLINE_MSABI_XLOGUES } > }; s/mm/m/ >+thus reducing function size at the cost of and few extra instructions. s/and/a/