I don't think K/N includes cross compilation. It'...
# kotlin-native
k
I don't think K/N includes cross compilation. It's probably translating kotlin too C or C++ and compiling that.
🚫 1
c
AFAIK it's not translating to C/C++, but LLVM IR code.
k
that would make more sense...LLVM IR is essentially a VM 🙂
o
Nope, LLVM IR is an intermediate representation, similar to generic assembler, no virtual machines involved
k
It's assembly for a pseudo machine.. Defines registers etc. 😀