This is the mail archive of the gcc-cvs@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]

r179412 - in /branches/google/gcc-4_6/gcc: Chan...


Author: eraman
Date: Sat Oct  1 05:10:29 2011
New Revision: 179412

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179412
Log:
2011-09-30  Easwaran Raman  <eraman@google.com>

       * tree-profile.c (gcov_sample_counter_decl): Add GTY marker.
       (gcov_sampling_rate_decl): Likewise.
       (add_sampling_to_edge_counters): Do not free
       instrumentation_to_be_sampled.
       (cleanup_instrumentation_sampling): New function.
       (tree_profiling): Call cleanup_instrumentation_sampling at the end.

testsuite/ChangeLog.google-4_6:

2011-09-30  Easwaran Raman  <eraman@google.com>

       * gcc.dg/sample-profile-generate-1.c: New test.


Added:
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/sample-profile-generate-1.c
Modified:
    branches/google/gcc-4_6/gcc/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/tree-profile.c


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