From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6265 invoked by alias); 7 Jul 2011 17:13:58 -0000 Received: (qmail 6251 invoked by uid 22791); 7 Jul 2011 17:13:57 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 17:13:44 +0000 Received: (qmail 24737 invoked from network); 7 Jul 2011 17:13:43 -0000 Received: from unknown (HELO ?84.152.222.114?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Jul 2011 17:13:43 -0000 Message-ID: <4E15E93F.7030507@codesourcery.com> Date: Thu, 07 Jul 2011 17:30:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110505 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: Paul Koning CC: Jeff Law , GCC Patches , Richard Sandiford Subject: Re: [PATCH 4/6] Shrink-wrapping References: <4D8A0703.9090306@codesourcery.com> <4D8A095C.8050809@codesourcery.com> <4E15D2DC.9010704@codesourcery.com> <4E15E61C.7010007@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2011-07/txt/msg00531.txt.bz2 On 07/07/11 19:05, Paul Koning wrote: > From a note by Richard Henderson (June 30, 2011) it sounds like > rs6000 is the other platform that still generates asm prologues. But > yes, I said I would do this. It sounds like doing it soon would help > Bernd a lot. Let me try to accelerate it. Maybe not a whole lot, but it would allow us to simplify some code. Bernd