This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][LTO] cgraph node set.
Hi Martin
2008/7/15 Martin Jambor <mjambor@suse.cz>:
> As of revision 137620 ipa-cp (and hopefully ipa-inline will soon too)
> uses a vector indexed by cgraph_node->uid and also one indexed by
> cgraph_edge->uid. The decision was made by Honza. I believe the
> strategy is to hope this is viable and look for more complex
> alternatives only if we find out it is not.
Can you clarify a little bit more? Do you mean using a global vector
that maps node to set? Or do you mean using one vector for one set?
-Doug