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] Simplify file interface


> I've been thinking that we don't use all these different counts anyway,
> we should only maintain the ones that are needed. Do we want the
> counts for a program (as opposed to an object file)? If we do, then
> a multi-phase scheme must be used.
> 
> As other counters types are added, we should have some uniform way of
> accumulating these statistics for all of them.
.. and another glitch...
With -fprofile-arcs -ftest-coverage we remove .da files when
recompiling, while with -fprofile-arcs only we do not.
We should behave consistently here.  What do you think is better
behaviour?  (We now do have the checksums so the file can hold profiles
of multiple versions of the same file that would vote for not removing,
while removing is usually what user do want)

Honza
> 
> 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]