[LLVMdev] jit DLLs

Holger Schurig hs4233 at mail.mn-solutions.de
Tue Jun 24 05:57:49 PDT 2008


> 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.

Isn't this what Apple does with OpenGL, except that they skip the 
DLL step?

http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-August/006492.html
http://jroller.com/murphee/entry/benefits_of_llvm_as_common



More information about the llvm-dev mailing list