rppp
rppp
my memory is enough, this is the error [ 95%] Building CXX object tools/cling/lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoSynthesizer.cpp.o [ 95%] Building CXX object tools/cling/lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/AutoloadCallback.cpp.o [ 95%] Building CXX object tools/cling/lib/Interpreter/CMakeFiles/obj.clingInterpreter.dir/ASTTransformer.cpp.o /home/rs/cling-build/cling-src/tools/cling/lib/UserInterface/UserInterface.cpp: In member function...
In my experience, it seems that the performance of cling is the same as that of g++ -O0, so cling uses JIT -O0.
> Interesting Idea, what do you think of the LuaJIT FFI vs the c-api approach? I am not familiar with luaJIT FFI, I feel that cpython API is the best...