[LLVMdev] llvm interpreter for embedded system

Chris Morgan chmorgan at gmail.com
Wed Sep 14 09:48:01 PDT 2005


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 think it might
be possible.

Thanks,
Chris




More information about the llvm-dev mailing list