search for: microdotnet

Displaying 1 result from an estimated 1 matches for "microdotnet".

2012 Dec 27
2
[LLVMdev] llvm msil couple questions
...39;ll start my own investigations on Monday. Also, I have another question with regard to what I'll be experimenting on. If anyone has any hints before I dive in, feel free to chime in. I am going to attempt to: Compile C/C++ code into LLVM IR. Compile the IR into MSIL. Run the MSIL with a MicroDotNet VM + JIT plugin in the browser and replace javascript. I think I will need only minimal core libraries, so, perhaps no/minimal dependencies on a glib. My goals are to have near zero startup, 5% JIT overhead, no garbage collection, sandboxing, running C/C++/anything I can throw at LLVM. -tim