Displaying 4 results from an estimated 4 matches for "iammxt".
Did you mean:
dammit
2011 May 16
0
[LLVMdev] About Runtime Optimization
Hi all members,
I am new to LLVM. I am getting to know how the trace-based Runtime
Optimization feature of LLVM works and how I can use it.
>From some old documents of LLVM, I've got a general idea that we instrument
a program with First & Second level Instrumentations (FLI & SLI), then link
it with runtime libraries that handle runtime generation of traces.
The FLI will detect
2012 Apr 29
1
[LLVMdev] Running LLVM JIT on qemu-system-arm
Hi all,
I'm struggling to get lli work on qemu-system-arm. I already boot the system
with a debian squeeze rootfs which contains a statically cross-compiled lli
for armel. When I run ./lli hello.bc, I got the following error msg:
./lli: error creating EE: /lib/: cannot read file data: Is a directory
afaik, this error is related to lli using dlopen() with a NULL path to
resolve symbols for
2012 May 01
2
[LLVMdev] Running LLVM JIT on qemu-system-arm
Could you tell me the current status of MIPS JIT?
On Mon, Apr 30, 2012 at 11:38 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote:
> > Thanks for your information.
> > Could you suggest any other framework that I could use for making a
> custom JIT
> > for ARM?
> > I am doing research on JIT compilation for a heterogeneous processor
> system.
>
> If not for
2012 Apr 30
2
[LLVMdev] Running LLVM JIT on qemu-system-arm
Hi James,
Thanks for your information.
Could you suggest any other framework that I could use for making a custom
JIT for ARM?
I am doing research on JIT compilation for a heterogeneous processor system.
Best,
Toan Mai
On Mon, Apr 30, 2012 at 3:55 PM, James Molloy <james.molloy at arm.com> wrote:
> Hi Toan,
>
> The JIT for ARM (non-darwin) is completely broken and you should not