search for: 918a9562

Displaying 3 results from an estimated 3 matches for "918a9562".

2009 Nov 15
0
[LLVMdev] Very slow performance of lli on x86
On Nov 14, 2009, at 11:52 PM, Prasanth J wrote: > step 4: > running monolith.bc for 10000 iterations using lli tool and measured the time. How are you doing this? -eric
2009 Nov 16
1
[LLVMdev] Very slow performance of lli on x86
...; step 4: > > running monolith.bc for 10000 iterations using lli tool and measured the > time. > > How are you doing this? > > -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091116/918a9562/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: generic_asm.tgz Type: application/x-gzip Size: 62726 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091116/918a9562/attachment.bin>
2009 Nov 15
5
[LLVMdev] Very slow performance of lli on x86
Hi all, LLVM is built without debug enabled. Also i am not forcing lli to use interpreter mode. so i dont think the reason is not because of debug build or interpreter mode. *step 1: * compiled the 3 files (generic_replica.c ,xacc.c and dacc.c) with clang-cc to llvm bytecode files using -emit-llvm-bc and (-O0/-O3) options *step 2:* bytecode obtained from step 1 (generic_replica.bc, xacc.bc and