search for: klaehn

Displaying 3 results from an estimated 3 matches for "klaehn".

2009 May 16
2
[LLVMdev] VMKit: msil optimization
...I know that optimizing on a MSIL level will somewhat alleviate the problem since the microsoft C++/CLR compiler does MSIL level optimizations and produces much faster code in some tests I have written. But rewriting the application in question in C++/CLR is not an option. best regards, RĂ¼diger Klaehn -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090516/d11cbc80/attachment.html>
2009 May 16
0
[LLVMdev] VMKit: msil optimization
Dear Rudiger, RĂ¼diger Klaehn wrote: > Hello all. > > is it possible to use LLVM to optimize existing .NET assemblies? > It's in theory possible. LLVM+VMKit already does it for Java classes. > Basically doing the following: > > - read in MSIL and convert into LLVM internal representation > - perfo...
2009 May 16
0
[LLVMdev] VMKit: msil optimization
On Sat, May 16, 2009 at 5:09 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > Hello, > > > As for the state of the MSIL backend of LLVM, I don't think it's for > > production use yet. Assemblies have lots of information in them and > > maintaining them during the MSIL -> LLVM -> MSIL translations should be > > the hard part. > This