GCC 15.1 released, and a paper on prime path coverage (in preprint)
GCC 15.1 was released
today, and
it comes with prime path coverage support! Try it out and build your
programs with -fpath-coverage
, it truly is a brilliant metric.
I wrote another paper detailing the implementation of the prime path coverage support. You can get a copy here or from arxiv (once it is processed).