[LLVMdev] jit DLLs
Török Edwin
edwintorok at gmail.com
Tue Jun 24 04:45:57 PDT 2008
Øyvind Harboe wrote:
> 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.
>
You can ship .bc files, then use LLC to compile it to native code, and
an assembler+linker to get a DLL.
This has nothing to do with JIT, you are building the DLL once on the
target machine, right?
Best regards,
--Edwin
More information about the llvm-dev
mailing list