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: RFC: GC allocating everything with a type, part 1


The next steps from here would be:
 o  Figure out how to deal with the GTY param_is attribute.
 o  Replace all ggc_alloc calls with a use of the proper define,
    so that we know the type code for everything we allocate with
    the GC alloctors.
 o  Hack gengtype some more to write out an array of marker
    functions that can be called by typecode index.
 o  Implement better GC strategies?

This was bootstrapped just to make sure it works.  Before going on to
the next step,  I'd like to hear from people what they think of this
approach.

Gr.

I like it a lot, even though i can't approve it.
It's a cleaner version of what i had in a tree earlier and was going to get back to eventually.
--Dan



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