Was looking at this issue <https://youtrack.jetbra...
# compiler
e
Was looking at this issue https://youtrack.jetbrains.com/issue/KT-69173 Just curious, what's double inlining?
d
It's about splitting inlining phase into two, which will inline different subsets of
inline
declarations
e
Thanks. So basically it's a further optimization of the compilation pipeline
d
Yep. As I can see it, there shouldn't be any changes in the resulting code
gratitude thank you 1
p
Not really, an optimisation, it's more or less a service task. It would just more convinient to us, to have a separate inlining runs for within-file inlining and inter-files inlining.
gratitude thank you 1