This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: some question about gc
- From: zouqiong <zouqiong at ict dot ac dot cn>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 17 May 2005 08:58:14 +0800
- Subject: Re: some question about gc
- References: <3124.159.226.59.131.1116169521.squirrel@webmail.ict.ac.cn> <m3y8afeth1.fsf@gossamer.airs.com> <33192.159.226.40.187.1116235592.squirrel@webmail.ict.ac.cn> <m3is1je035.fsf@gossamer.airs.com>
1.
in the gt-c-decl.h,
three functions about lang_decl,
gt_pch_nx_lang_decl(),gt_ggc_mx_lang_decl, gt_pch_g_9lang_decl(),
what are the differences between the three functions?
2.
i can find the prefixes in the gengtype.c,
what are they setting for?
static const struct write_types_data ggc_wtd =
{
"ggc_m", NULL, "ggc_mark", "ggc_test_and_set_mark", NULL,
"GC marker procedures. "
};
static const struct write_types_data pch_wtd =
{
"pch_n", "pch_p", "gt_pch_note_object", "gt_pch_note_object",
"gt_pch_note_reorder",
"PCH type-walking procedures. "
};