On Thu, Apr 11, 2013 at 12:26:00PM +0200, Richard Biener wrote: > So, the option I didn't mention is to add a way to disable the > GC (clearing/setting a property for example).
Yeah, TODO_ggc_avoid_collect or similar would be easiest, plus perhaps some way of expressing the requirement that "this pass must immediately <follow,precede> <anotherpass>", for non-immediate ordering we can add properties I guess. Jakub