[llvm-dev] C++ JIT Compiler with LLVM on Windows 10 - part 5

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 27 11:11:15 PDT 2020


+Lang for LLVM Orc things

On Mon, Apr 27, 2020 at 3:34 AM Emmanuel Roche via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hello LLVM developers!
>
> So, I'm continuing my journey with my toy C++ JIT compiler implementation,
> and I wrote another article on the issues/solutions I've been working on in
> the past few days, mainly:
>
> - Precompiled header handling,
> - Emulated TLS desactivation,
> - Globals construction & destruction,
> - C++ exceptions handling,
> - Multi modules linking,
>
> => In case this could be helpful to anyone, you will find this article
> here:
> http://wiki.nervtech.org/doku.php?id=blog:2020:0425_jit_compiler_part5_improvements
>
> And of course, if you have any questions for me, just let me know.
>
> Meanwhile, happy hacking everyone ;-)!
>
> Best regards,
> Manu.
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200427/50758c54/attachment.html>


More information about the llvm-dev mailing list