search for: oopack

Displaying 4 results from an estimated 4 matches for "oopack".

2004 Oct 06
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...lexvn.freeservers.com/s1/perfometer.html > > Latest version is 2.8.0-1.18. Its description can be ssen at > http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/39 I downloaded this and took a quick look at it. It looks like an interesting suite of benchmarks, similar in design to oopack. Unfortunately, it does not compile with LLVM (or GCC 3.4), as the source is not compliant with two phase name lookup. I get errors such as: $ llvmg++ -O3 -I. -DOPT_LEVEL=-1 -W -Wall -c pfmeter.cpp In file included from pfmeter2.h:50, from pfmeter.cpp:44: pfmeter.h: In destructor...
2004 Oct 06
1
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...ometer.html > > > > Latest version is 2.8.0-1.18. Its description can be ssen at > > http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/39 > > I downloaded this and took a quick look at it. It looks like an > interesting suite of benchmarks, similar in design to oopack. > Unfortunately, it does not compile with LLVM (or GCC 3.4), as the source > is not compliant with two phase name lookup. I get errors such as: > > $ llvmg++ -O3 -I. -DOPT_LEVEL=-1 -W -Wall -c pfmeter.cpp > In file included from pfmeter2.h:50, > from pfmeter.cpp...
2004 Oct 06
3
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
"Chris Lattner" <sabre at nondot.org> wrote in message news:Pine.LNX.4.44.0410051204480.5863-100000 at nondot.org... > On Tue, 5 Oct 2004, Alex Vinokur wrote: > > > I would like to use LLVM-GCC to compare its performance with other compilers. > > Something like testsuite "Computing very large Fibonacci numbers" at > >
2005 Nov 07
0
[LLVMdev] PowerPC Regressions for LLVM 1.6
Dear All, Thanks to the testing done by Bill Wendling, we have the following list of regressions for PPC: TEST (cbe) 'exception_spec_test' FAILED! ******************** TEST (cbe) 'function_try_block' FAILED! ******************** Oopack (jit, llc, and cbe) also fails, but I don't know if that's a regression or not. I'm alright with releasing with these regressions (they're exception handling issues), but if someone wants to fix these in the release branch, that's fine. Tanya, do you have any results to rep...