You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove new operator and pass directly as parameter. it may cause memory leaks.
- Add vm (virtual machine) to run c++ sourcecode as script by using clang and LLVM MCJIT (pure JIT is obsolete tool). Good example is cling and google native client.