<div dir="ltr">It's not really a virtual machine. The name is misleading. It's an optimizer that uses a virtual instruction set.<div><br></div><div>There is an interpreter, lli, for the virtual instruction set, but in fact it's usually a JIT compiler. You can force it to interpret, which is about 300 times slower. In any case, lli will only run programs compiled for the host computer, so it's not a virtual machine in the usual sense.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 28, 2016 at 8:22 AM, A. V via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am going to use LLVM for my Thesis. Is there any LLVM Virtual Machine to download. I have some problem with installing and configuring the LLVM, please let me have the virtual machine link to download if there is any.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Regards,</div><div style="font-size:12.8px">Asad</div></div>
<br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div>