From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10349 invoked by alias); 1 Aug 2005 12:56:40 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 10335 invoked by uid 22791); 1 Aug 2005 12:56:35 -0000 Received: from nikam-dmz.ms.mff.cuni.cz (HELO nikam.ms.mff.cuni.cz) (195.113.20.16) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 01 Aug 2005 12:56:35 +0000 Received: from camelot.ms.mff.cuni.cz (kampanus.ms.mff.cuni.cz [195.113.18.107]) by nikam.ms.mff.cuni.cz (Postfix) with SMTP id 4668A4DDF3; Mon, 1 Aug 2005 14:56:34 +0200 (CEST) Received: by camelot.ms.mff.cuni.cz (sSMTP sendmail emulation); Mon, 1 Aug 2005 14:56:35 +0200 Date: Mon, 01 Aug 2005 12:56:00 -0000 From: Jan Hubicka To: gcc-patches@gcc.gnu.org, rth@redhat.com Subject: Patch ping... Message-ID: <20050801125635.GK14570@kam.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i X-SW-Source: 2005-08/txt/msg00025.txt.bz2 Hi, this patch to avoid quadratic behaviour when duplicating EH regions: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01052.html seems to be pretty important for inline heavy C++ sources. Would be possible to take a look? Thanks, Honza