This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Avoid quadratic loop in cgraph_remove_node


On Sat, 19 Mar 2005 20:12:22 +0100, Jan Hubicka <jh@suse.cz> wrote:
> Hi,
> this patch removes the loop walking all clones from cgraph_remove_node that
> should care testcases such as pooma where we create 1000000+ inline clones of
> single function.

Do we really need the list of clones?  It seems to be used at very few places
and I don't understand its purpose there very well.

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]