This is the mail archive of the gcc@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: ggc_mark_rtx and gcc_mark_tree


On Wednesday, January 8, 2003, at 04:43  AM, Josef Zlomek wrote:

Hi!

I'm updating my 8-month old patch and I have found out
that ggc_mark_rtx_children_1 was removed.
In my old patch I was marking children of my NOTE_INSN,
is it now superfluous to mark them now or
is it necessary to do it some other way?

You do need to mark them, but it's probably working already; the new marker routines are autogenerated from rtl.def. gengtype will abort if it detects a rtx_format entry that it doesn't understand, so if it completes then you don't need to do anything.


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