JIT compiler for C, C++, and the likes
- by Ebrahim
Is there any just-in-time compiler out there for compiled languages, such as C and C++? (The first names that come to mind are Clang and LLVM! But I don't think they currently support it.)
Explanation:
I think the software could benefit from runtime profiling feedback and aggressively optimized recompilation of hotspots at runtime, even for…