<div dir="ltr">Hi Pawel,<div><br></div><div>This should be fine. MCJIT doesn't use any special calling conventions. As long as your JIT'd code has the same calling convention as the callback in the host program this *should* just work. If it doesn't please file a bug and assign it to me. :)</div><div><br></div><div>- Lang.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 14, 2016 at 4:59 AM, PaweÅ‚ Bylica <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">Hi,<div><br></div><div>I have a small JIT project based on MCJIT. The generated LLVM IR code uses the i256 type. Also, the jitted code has to call back the host application from time to time. E.g. it calls a function i256 @callback(i256).</div><div><ol><li>Can the callback function be implemented on the host application side (C/C++) to match the ABI used for the call by MCJIT? Or maybe the i256 has be to be casted to any struct type on LLVM side to make that possible?</li><li>Should that work correctly on different host OSes?</li></ol><div>So far I used pointer arguments for both arguments and return types. But I'm afraid that using pointers blocks a lots of optimizations.</div></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>- PaweÅ‚</div></font></span></div>
<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>
<br></blockquote></div><br></div>