search for: 636214ba

Displaying 3 results from an estimated 3 matches for "636214ba".

2007 Aug 19
0
[LLVMdev] LLVM performance test
Hi, I have two related questions: Are there LLVM developers on this list that are interested in improving LLVM performance? I have examples in which LLVM is slower than gcc (e.g., STM linked list microbenchmark, 1.8 (gcc) vs. 1.3 (llvm), more is better). I've never done compiler performance tuning, so I don't know how much effort is required. Second question: does anyone keep track
2007 Aug 19
2
[LLVMdev] LLVM performance test
...wrote: > does anyone keep track of performance results? Benchmark info is submitted by the nightly testers. http://llvm.org/nightlytest/ — Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070819/636214ba/attachment.html>
2007 Aug 13
6
[LLVMdev] LLVM performance test
Hi all, I did a performance test of two real applications (FFMPEG and GTK) on ARM. For more details see: http://laurovenancio.wordpress.com/2007/08/07/llvm-perf-tests/ Lauro