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: [RFC]: New zone based garbage collector and thoughts on incremental


> 2e. Some other method that eluded me but is easier than any of the above.

auto-generate a header file that creates macros of the form
#define gcc_alloc_struct_fred (size) ggc_alloc (GTYID_struct_fred, (size) * sizeof (struct fred))


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