<div dir="ltr"><div dir="ltr">Hi Dibyendu,<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Thank you. Is it safe to use the v8 JIT api or would you suggest waiting unto v9?</blockquote><div> <br></div><div>It depends on your tolerance for churn in the API. If you are looking for something low maintenance and do not need the new features yet you can hold off until LLVM 9. If you don't mind having to update your code to account for new changes (and I expect the changes to usually be fairly straightforward) I think you can jump to the new APIs now.</div><div><br></div><div>Cheers,</div><div>Lang.</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 1, 2019 at 12:05 PM Dibyendu Majumdar <<a href="mailto:mobile@majumdar.org.uk">mobile@majumdar.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On Fri, 29 Mar 2019 at 21:30, Lang Hames <<a href="mailto:lhames@gmail.com" target="_blank">lhames@gmail.com</a>> wrote:<br>
><br>
> I expect the rate of change of the ORCv2 APIs to be lower now, but they are still under active development. The core infrastructure is all in place: ExecutionSession, JITDylibs, MaterializationUnit/MaterializationResponsibility, and Layers. In LLVM 9 I expect the symbol resolution process to receive some further tweaks, and I want to add support for removing code from the JIT (which ORCv2 does not support yet). The big work in LLVM 9 at the moment is the new JIT linker (<a href="https://reviews.llvm.org/D58704" rel="noreferrer" target="_blank">https://reviews.llvm.org/D58704</a>), but this will be an implementation detail to most clients.<br>
<br>
Thank you. Is it safe to use the v8 JIT api or would you suggest<br>
waiting unto v9?<br>
<br>
> On Sat, Mar 23, 2019 at 5:16 AM Dibyendu Majumdar via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
>><br>
>> I am still on LLVM v6 as v7 ORC api changes were not backward<br>
>> compatible. Has the ORC api stabilized now with v8, or is it still<br>
>> under flux?<br>
>><br>
</blockquote></div>