search for: t308478

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

2006 Feb 03
0
[LLVMdev] llvm interpreter for embedded system
...s and stuff.I want to write an interpreter for AST but I haven't found any links to how to begin :( .Can u give a few pointers to where I can get some material on interpreter basics etc? TIA. Darthrader -- View 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