Join Slack
Powered by
I don't think K/N includes cross compilation. It'...
# kotlin-native
k
kenkyee
11/26/2017, 12:05 PM
I don't think K/N includes cross compilation. It's probably translating kotlin too C or C++ and compiling that.
🚫 1
c
cbruegg
11/26/2017, 5:06 PM
AFAIK it's not translating to C/C++, but LLVM IR code.
k
kenkyee
11/27/2017, 4:22 PM
that would make more sense...LLVM IR is essentially a VM 🙂
o
olonho
11/27/2017, 6:24 PM
Nope, LLVM IR is an intermediate representation, similar to generic assembler, no virtual machines involved
k
kenkyee
11/27/2017, 11:09 PM
It's assembly for a pseudo machine.. Defines registers etc. 😀
3
Views
Open in Slack
Previous
Next