<div>Hello there!<br clear="all"></div><div></div><div>I'm an absolute newb at LLVM,and I was hoping someone could answer a few of my questions. </div><div></div><div>I'm currently working on a game engine. As part of it's design, I need a virtual machine for scripts. Is LLVM suited for this at all? Such as registering external functions that can be called from the scripts? And if this did work, it wouldn't really matter what language the original scripts were written in, since they all get compiled down to the LLVM bytecode correct?</div>
<div></div><div>As of now what platforms does LLVM not compile on? Is it good for embedded work?</div><div></div><div>Sorry if these questions are extremely simplistic. I couldn't seem to find anythong on the LLVM website pertaining to these questions.</div>
<div></div><div>Thanks in Advance!<br></div>