<div dir="ltr">Hi<div><br></div><div>Not sure what your use case is but you might be interested in VMIR - <a href="https://github.com/andoma/vmir">https://github.com/andoma/vmir</a> </div><div><br></div><div>VMIR does bitcode interpretion of bitcode and suboptimal-but-better-than-nothing-JIT on ARM</div><div><br></div><div>The stripped binary is around 170kb on x86_64. It's still in its early stages so it might not</div><div>suit your needs but, as the README says, it can run all of the gcc-torture tests at all opt-levels.</div><div><br></div><div>You can contact me off-list if you want to know more.</div><div><br></div><div><div><div class="gmail_extra"><div class="gmail_quote">On Sat, Apr 9, 2016 at 4:47 AM, Tim Prepscius 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hey there,<br>
<br>
Been googling but can't find.  Thought to ask the wizards.<br>
<br>
The LLVM interpreter.  I am creating a simple wrapper around it to run<br>
a script.  The program after linking is about 25 megs stripped of<br>
debug symbols.<br>
<br>
This seems a bit large.<br>
<br>
<br>
Is it possible that this could somehow to be drastically reduced?<br>
Is it worth going and trying to rip things out?<br>
<br>
The code which instantiates the interpreter is here:<br>
<a href="https://github.com/timprepscius/llvmscriptdemo/blob/master/src/llvmscriptdemo.cpp" rel="noreferrer" target="_blank">https://github.com/timprepscius/llvmscriptdemo/blob/master/src/llvmscriptdemo.cpp</a><br>
<br>
<br>
Any help/advice/etc, greatly appreciated.<br>
<br>
-tim<br>
_______________________________________________<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/mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div></div></div></div>