search for: emsoft08

Displaying 1 result from an estimated 1 matches for "emsoft08".

Did you mean: emsoft
2008 Sep 09
1
[LLVMdev] compiler code coverage
I ran across these awesome coverage reports for llvm: http://chandlerc.net/llvm-coverage/ Anyone interested in seeing how much of a coverage increase is gotten by compiling random programs? http://www.cs.utah.edu/~eeide/emsoft08/ It may be profitable to create a new category of programs in the test suite: random programs that cause otherwise-uncovered parts of the compiler to execute. John