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: [PATCH][RFC] Remove TODO_ggc_collect, collect unconditionally


On 04/11/2013 12:26 PM, Richard Biener wrote:
> 
> The point was not to remove TODO_ggc_collect, the point was to
> both enforce the GC boundary at all passes (that's what the pass
> manager assumes anyway) and to collect when necessary at such
> well-defined boundaries.  Another approach would have been to
> add TODO_ggc_collect everywhere where it wasn't.

> Note that pending patches will similarly enforce a verification
> of all IL properties that are seemingly active.
[...]

> So, the option I didn't mention is to add a way to disable the
> GC (clearing/setting a property for example).

Maybe a "subpass" bit that could be set on IRA (or any other pass that
only prepares for another, it might be nice to split up some overly
large md_reorg passes) so that all these verifications and GC are skipped?


Bernd


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