Is it viable to make a port from a C++ application to Java through LLVM
- by Javier Mr
how viable is it to port a C++ application to Java bytecode using LLVM (I guess LLJVM)?
The thing is that we currently have a process written in C++ but a new client has made mandatory to been able to run the program in a multiplatform way, using the Java Virtual Machine with obviously no native code (no JNI). The idea is to be able to take the…