search for: htmlcoldiff

Displaying 3 results from an estimated 3 matches for "htmlcoldiff".

2008 May 21
3
[LLVMdev] Using the test suite to benchmark patches
...pare both results. I see that the web pages of the nightly tester provide nice results (changes compared to the day before, together with percentages and colors etc). Something like that should be supported for two local test runs as well, but I couldn't find how. I did a bit of hacking on the HTMLColDiff.pl script that I found lying around, the (rough) patch is attached. Is this script a quick hackup that got forgotten, or is it still used by people for a purpose that I don't see right now? Any thoughts or suggestions on how to do this testing in a structured manner? In particular, it would be...
2008 May 21
0
[LLVMdev] Using the test suite to benchmark patches
Matthijs, On May 21, 2008, at 1:43 PM, Chris Lattner wrote: > We don't have a great way of diffing performance runs, other than the > nightly tester. Devang has an experimental "opt-beta" mode that can > be > used for experimenting with optimization passes, and we have "llc- > beta" > which is great for measuring the impact of codegen changes.
2008 May 21
4
[LLVMdev] Using the test suite to benchmark patches
On Wed, 21 May 2008, Mike Stump wrote: > On May 21, 2008, at 8:09 AM, Matthijs Kooijman wrote: >> Any thoughts or suggestions on how to do this testing in a >> structured manner? > > I think that if what you're doing is sound, and you get the results > you want, say, on compiling something like gcc with it and others > review the basic idea (hi evan or chris) and