[LLVMdev] jit DLLs

Øyvind Harboe oyvind.harboe at zylin.com
Tue Jun 24 04:27:10 PDT 2008


Are JIT DLLs supported?

The idea is to use llvm to put performance sensitive code into
a DLL that a Windows app can then use.

This would build the performance sensitive code on the target
machine making it possible to exploit CPU specific x86
vector instructions.

The code that calls fn's in the DLL should, ideally, be unaware
that a llvm JIT is being used.

-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 XScale Cortex
JTAG debugger and flash programmer




More information about the llvm-dev mailing list