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] Fixup indirect edge frequencies


> Hi,
> 
> the patch below adds missing edge frequencies updates which are
> necessary for my devirtualization patches not to ICEs when it touches
> functions created with cgraph_function_versioning.
> 
> Bootstrapped and tested on x86_64-linux.  OK for trunk?
> 
> Thanks,
> 
> Martin
> 
> 2010-07-20  Martin Jambor  <mjambor@suse.cz>
> 
> 	* cgraphunit.c (verify_edge_count_and_frequency): New function.
> 	(verify_cgraph_node): Verify frequencies of indirect edges.
> 	* tree-inline.c (tree_function_versioning): Update frequencies of
> 	indirect edges.
OK, thanks!
Honza


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