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: [lno] Introduce data dependence graph



On Feb 13, 2004, at 9:09 PM, Daniel Berlin wrote:


Is there some good reason you aren't using an alloc pool for the fixed size dependence_node_def and dependence_edge structures?
It would get rid of a lot of GTY'ing, and a lot of ggc_allocing.

No particular reason. In my next patch I'll include alloc pool use.


--
Devang


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