Join Slack
Powered by
What is the new kotlin IR? I haven't been able to ...
# announcements
f
Fudge
05/17/2019, 7:16 PM
What is the new kotlin IR? I haven't been able to find any content about it.
g
gaetan
05/17/2019, 9:30 PM
It means Intermediate Representation. See
https://en.wikipedia.org/wiki/Intermediate_representation
The compiler, and the compiler plugins, use it before the final compilation to the targeted platforms (byte code, js, native). Here is the code:
https://github.com/JetBrains/kotlin/tree/master/compiler/ir/ir.tree/src/org/jetbrains/kotlin/ir
2
Views
Open in Slack
Previous
Next