public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [RFC, PATCH 1/n] IPA C++ refactoring
@ 2014-07-10 11:44 Martin Liška
  2014-07-11 10:07 ` Jan Hubicka
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Liška @ 2014-07-10 11:44 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

Hi,
    this first patch continues with rafactoring of IPA infrastructure so that we will have C++ API. In the patch, I transformed many global functions to members of symtab_node and cgraph_node.

Example:
cgraph_remove_node (struct cgraph_node *node) -> cgraph_node::remove (void)
symtab_unregister_node (symtab_node *node) -> symtab_node::unregister (void)

The patch is being consulted with Honza and will iterate. We want to inform folk that we plan to do following changes.

After the patch is applied, I would like to transform varpool_node and cgraph_edge in the following patch.

Thank you for your comments,
Martin

[-- Attachment #2: ipa-ref-symtab-node2.patch.bz2 --]
[-- Type: application/x-bzip, Size: 71775 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-07-17 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-10 11:44 [RFC, PATCH 1/n] IPA C++ refactoring Martin Liška
2014-07-11 10:07 ` Jan Hubicka
2014-07-14 17:18   ` Martin Liška
2014-07-15 10:24     ` Jan Hubicka
2014-07-16 12:03       ` Martin Liška
2014-07-17 12:23         ` Jan Hubicka
2014-07-17 14:08         ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).