search for: eeid

Displaying 2 results from an estimated 2 matches for "eeid".

Did you mean: reid
2005 Nov 17
1
Histogram over a Large Data Set (DB): How?
...;piecemeal" fashion? Is there a general recipe for this situation in R (aren't large data sets common?), or do I need to code the histogram generator myself? Thanks for any help! --- Eric. -- ------------------------------------------------------------------------------- Eric Eide <eeide at cs.utah.edu> . University of Utah School of Computing http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX
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