Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(311)

Unified Diff: gcc/profile.c

Issue 4540041: [google]Implement an optimization based on reuse distance profiling Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/main/
Patch Set: Created 14 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/params.def ('k') | gcc/tree-profile.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/profile.c
===================================================================
--- gcc/profile.c (revision 173496)
+++ gcc/profile.c (working copy)
@@ -1192,6 +1192,12 @@
EXIT_BLOCK_PTR->index = EXIT_BLOCK;
#undef BB_TO_GCOV_INDEX
+ if (flag_profile_reusedist)
+ gimple_gen_reusedist ();
+
+ if (flag_optimize_locality)
+ optimize_reusedist ();
+
if (flag_profile_values)
gimple_find_values_to_profile (&values);
« no previous file with comments | « gcc/params.def ('k') | gcc/tree-profile.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b