Displaying 2 results from an estimated 2 matches for "6d391fd2".
2006 Feb 03
0
[LLVMdev] llvm interpreter for embedded system
...w this message in context: http://www.nabble.com/llvm-interpreter-for-embedded-system-t308478.html#a2737316
Sent from the LLVM - Dev forum at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060203/6d391fd2/attachment.html>
2005 Sep 14
3
[LLVMdev] llvm interpreter for embedded system
Has anyone looked at porting the llvm interpreter to an embedded
system? I've been looking into how to portably run bytecode on a
lightweight embedded processor and it seemed like interpreting llvm
bytecode might be a solution. We would have to write the interpreter
in c and it would have to fit in a few k of ram and a dozen or less k
of code space, but I figured I'd ask to see if people