Displaying 2 results from an estimated 2 matches for "ac7b4944".
2011 Sep 13
0
[LLVMdev] Strategy for leveraging llvm optimizations in vm
...cs.uiuc.edu <mailto:LLVMdev at cs.uiuc.edu> http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110913/ac7b4944/attachment.html>
2011 Sep 13
4
[LLVMdev] Strategy for leveraging llvm optimizations in vm
Hi --
I'm still very much a newbie with llvm, but am looking (hopefully) to use it to compile into native intel code a set of source that is a combination of byte codes for my own custom vm and intel code that has been coded in assembly language directly.
In an earlier exchange, I already discovered that llvm does not do any optimizations on intel assembly language code. This would be an