[llvm-dev] C++ JIT Compiler with LLVM on Windows 10 - part 5
Emmanuel Roche via llvm-dev
llvm-dev at lists.llvm.org
Mon Apr 27 03:33:30 PDT 2020
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200427/1c00b4da/attachment.html>
More information about the llvm-dev
mailing list