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: [gcov] Avoid race conditions in parallel make


Jan Hubicka wrote:

Uhm, I was waiting for you to commit the patch and then forgot to
update...  Here is updated patch.
ta.

I'm thinking of breaking the gcov handling functions out of profile.c into
a new coverage.c file. That new file will handle the compile-time side
of coverage - reading the data files, allocating counter memory, writing
the counter structures. At the moment it's too tightly coupled with
the arc-coverage code. do you agree?

nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
         The voices in my head said this was stupid too
nathan at codesourcery dot com : http://www.cs.bris.ac.uk/~nathan/ : nathan at acm dot org



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