Displaying 2 results from an estimated 2 matches for "intermediar".
Did you mean:
intermediary
2006 Jul 12
2
[LLVMdev] LLVM bytecode simulator/emulator?
...d run, anything we would like
to know about the dynamic behavior of the program is captured, and spit
out into log files.
The only drawback is that we are currently stuck to the Alpha
architecture, which means we are limited in our abilities... LLVM could
provide a solution to this, because the intermediar LLVM bytecode is not
biased towards a particular architecture. The question is if there are
tools to support the profilation of the benchmarks I'm running (i.e.
SPEC CPU2000, among others).
Are there any freely available instrumentator/simulator tools available
for the LLVM bytecode, which...
2006 Jul 13
0
[LLVMdev] LLVM bytecode simulator/emulator?
...like to know about the dynamic
> behavior of the program is captured, and spit out into log files.
ok.
> The only drawback is that we are currently stuck to the Alpha architecture,
> which means we are limited in our abilities... LLVM could provide a solution
> to this, because the intermediar LLVM bytecode is not biased towards a
> particular architecture.
Right.
> The question is if there are tools to support the
> profilation of the benchmarks I'm running (i.e. SPEC CPU2000, among others).
Yes. :)
> Are there any freely available instrumentator/simulator tools av...