From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14931 invoked by alias); 30 Mar 2007 17:39:07 -0000 Received: (qmail 14707 invoked by uid 22791); 30 Mar 2007 17:39:02 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 30 Mar 2007 18:38:53 +0100 Received: (qmail 26999 invoked from network); 30 Mar 2007 17:38:50 -0000 Received: from unknown (HELO ?192.168.0.2?) (mitchell@127.0.0.2) by mail.codesourcery.com with ESMTPA; 30 Mar 2007 17:38:50 -0000 Message-ID: <460D47DD.1040005@codesourcery.com> Date: Fri, 30 Mar 2007 17:39:00 -0000 From: Mark Mitchell User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Richard Guenther CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][C++] Replace splay-tree usage in tree-inline.c by pointer-map References: 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: 2007-03/txt/msg02014.txt.bz2 Richard Guenther wrote: > 2007-03-28 Richard Guenther > > * omp-low.c (splay-tree.h): Include. > (lookup_decl): Replace splay-tree usage by pointer-map. > (maybe_lookup_decl): Likewise. > (new_omp_context): Likewise. > (delete_omp_context): Likewise. > * gimplify.c (splay-tree.h): Include. > * tree-inline.c (insert_decl_map): Replace splay-tree usage by > pointer-map. > (remap_ssa_name): Likewise. > (remap_decl): Likewise. > (remap_type_1): Likewise. > (remap_type): Likewise. > (copy_body_r): Likewise. > (expand_call_inline): Likewise. > (clone_body): Likewise. > (copy_tree_r): Likewise. > (remap_save_expr): Likewise. > (unsave_r): Likewise. > (unsave_expr_now): Likewise. > (tree_function_versioning): Likewise. > (build_duplicate_type): Likewise. > * tree-inline.h (pointer-set.h): Include instead of splay-tree.h. > (struct copy_body_data): Replace splay-tree by pointer-map. > * Makefile.in (TREE_INLINE_H): Depend on pointer-map.h, not $(SPLAY_TREE_H). > (gimplify.o): Depend on $(SPLAY_TREE_H). > (omp-low.p): Likewise. > > cp/ > * optimize.c (maybe_clone_body): Replace splay-tree usage by > pointer-map. OK, thanks. -- Mark Mitchell CodeSourcery mark@codesourcery.com (650) 331-3385 x713