Re: RFD: CUMULATIVE_ARGS allocation

2011-06-27 Thread Joern Rennecke
Quoting Ian Lance Taylor : Joern Rennecke writes: - make INIT_CUMULATIVE_ARGS allocate using garbage-collected memory. That would require that each target provides appropriately typedefed / GTY-ed definitions. Multi-target operation would also require an index inside cumulative_args_t

Re: RFD: CUMULATIVE_ARGS allocation

2011-06-27 Thread Ian Lance Taylor
Joern Rennecke writes: > - make INIT_CUMULATIVE_ARGS allocate using garbage-collected memory. > That would require that each target provides appropriately > typedefed / GTY-ed > definitions. Multi-target operation would also require an index inside > cumulative_args_t to decide during GC w