search for: su2cor

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

Did you mean: scor
2005 Nov 06
2
[LLVMdev] LLVM versus Intel's PIN tool
...n executing program. Specifically, I want to be able to insert NOPs (into functions and loops) at compile time that I patch into calls to subroutines at runtime. My questions are: A. The testresults at http://llvm.cs.uiuc.edu/testresults/X86/ show that several benchmarks (swim, applu, tomcatv, su2cor...) in the Spec CFP 2000 and 95 suites failed when run under the JIT. Why did they fail and what are the limitations in running Spec benchmarks? B. Is what I am suggesting in 3 possible in LLVM? C. Has anyone here used both LLVM and Intel's PIN? If so, can you comment on the drawbacks of u...
2005 Nov 07
0
[LLVMdev] LLVM versus Intel's PIN tool
...then write over them? Can't you just replace calls to functions with calls to new functions that in turn call whatever subroutines you like? > My questions are: > > A. The testresults at http://llvm.cs.uiuc.edu/testresults/X86/ show that > several benchmarks (swim, applu, tomcatv, su2cor...) in the Spec CFP 2000 > and 95 suites failed when run under the JIT. Why did they fail and what > are the limitations in running Spec benchmarks? I'm not sure why these don't run in the JIT, actually. They should. (Anyone?) > B. Is what I am suggesting in 3 possible in LLVM?...