Hello,
There is very good compiler tcc and its library libtcc, that allows direct compilation of code inside code. i.e. Allows creation of self-generated code.
I'm looking for similar library for C++, if any exists. Or, I need and extremely fast reasonably good C++ compiler, so I may run it to generate shared object and dlopen
it.
I don't care about the performance of target code.
Is there anything like that?
Platform UNIX, ELF. Linux only is ok as well.