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: [call graph, patch] Reuse call graph edges


>>>>> "Martin" == Martin Jambor <mjambor@suse.cz> writes:

Martin> +/* Head of a linked list of unused (freed) call graph edges.  */
Martin> +static GTY(()) struct cgraph_edge *free_edges;

Did you consider marking this GTY((deletable))?

Tom


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