From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49448 invoked by alias); 24 May 2017 05:42:54 -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 49277 invoked by uid 89); 24 May 2017 05:42:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: sasl.smtp.pobox.com Received: from pb-smtp1.pobox.com (HELO sasl.smtp.pobox.com) (64.147.108.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 24 May 2017 05:42:27 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id ED2DF6F8EC; Wed, 24 May 2017 01:42:28 -0400 (EDT) Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id E41216F8EB; Wed, 24 May 2017 01:42:28 -0400 (EDT) Received: from [192.168.1.4] (unknown [76.215.41.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 321536F8EA; Wed, 24 May 2017 01:42:28 -0400 (EDT) Subject: Re: [PATCH] [i386] Recompute the frame layout less often To: Bernd Edlinger , Uros Bizjak References: <20c96fa0-328b-af1a-c558-dab6652c482e@pobox.com> <8d8b4700-98eb-aaa8-7718-d603cae106e8@pobox.com> <64f15ee1-da2d-0604-2fb4-8e5fdc435c34@pobox.com> Cc: gcc-patches From: Daniel Santos Message-ID: <036306a5-69d6-8bcc-2e12-3329fc4b74e3@pobox.com> Date: Wed, 24 May 2017 06:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: C5D49554-4043-11E7-A313-EFB41968708C-06139138!pb-smtp1.pobox.com X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg01819.txt.bz2 On 05/23/2017 09:31 AM, Bernd Edlinger wrote: > Hi, > > this is the latest version of my patch. > > As already said, it attempts to compute > the frame layout only when relevant data have > changed. > > Apologies for doing more clean-up on Daniel's > patch than absolutely necessary, but ... > > Bootstrap and reg-tested successfully on > x86_64-pc-linux-gnu with unix\{,-m32\}. > Is it OK for trunk? > > > Thanks > Bernd. OK with me. Thanks, Daniel