From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32055 invoked by alias); 13 May 2009 18:45:40 -0000 Received: (qmail 31960 invoked by uid 48); 13 May 2009 18:45:16 -0000 Date: Wed, 13 May 2009 18:45:00 -0000 Message-ID: <20090513184516.31959.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39942] Nonoptimal code - leaveq; xchg %ax,%ax; retq In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg01139.txt.bz2 ------- Comment #24 from hjl dot tools at gmail dot com 2009-05-13 18:45 ------- Using padding to avoid 4 branches in 16byte chunk may not be a good idea since it will increase code size. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39942