This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 11/11] Make opt_pass and gcc::pipeline be GC-managed
- From: Richard Henderson <rth at redhat dot com>
- To: David Malcolm <dmalcolm at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 01 Aug 2013 11:45:32 -1000
- Subject: Re: [PATCH 11/11] Make opt_pass and gcc::pipeline be GC-managed
- References: <1374851081-32153-1-git-send-email-dmalcolm at redhat dot com> <1374851081-32153-12-git-send-email-dmalcolm at redhat dot com>
On 07/26/2013 05:04 AM, David Malcolm wrote:
> (opt_pass::gt_ggc_mx): New.
> (opt_pass::gt_pch_nx): New.
> (opt_pass::gt_pch_nx_with_op): New.
> (gt_ggc_mx (opt_pass *)): New.
> (gt_pch_nx (opt_pass *)): New.
> (gt_pch_nx_opt_pass): New.
> (pipeline::operator new): New.
> (pipeline::gt_ggc_mx): New.
> (pipeline::gt_pch_nx): New.
> (pipeline::gt_pch_nx_with_op): New.
> (gt_ggc_mx (pipeline *)): New.
> (gt_pch_nx (pipeline *)): New.
> (gt_pch_nx_pipeline): New.
I guess my previous comments about ::gt_ggc_mx vs class::gt_ggc_mx wrt
the context structure apply as well to this patch.
r~