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: adding GGC events for plugins.


> PLUGIN_REGISTER_GGC_ROOTS.

Missing in gcc/doc/plugin.texi.

> Is the attached patch  ok for trunk.?

I like it.  There are some problems with formatting, especially around *'s.

+extern void ggc_register_root_tab (const struct ggc_root_tab*);

+static const struct ggc_root_tab**extra_root_tab;

Thanks!

Paolo


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