search for: murphee

Displaying 2 results from an estimated 2 matches for "murphee".

Did you mean: murphey
2008 Jun 24
0
[LLVMdev] jit DLLs
...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
2008 Jun 24
4
[LLVMdev] jit DLLs
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