Just-in-Time Compilation
https://cppcon.org/ https://github.com/CppCon/CppCon2020/blob/main/Presentations/justintime_compilation/justintime_compilation__jf_bastien__cppcon_2020.pdf
Just-in-Time compilers… we’ve all heard of them! What are they really? Why would anyone want them, are they actually a good idea, and how do they fit in with C++ since we all use Ahead-of-Time compilers?
In this talk I’ll tell you about C++ AOT compiler, JITs for dynamic language, JITs for binary translation, and dive back …