Join Slack
Powered by
I've encountered an issue with boxing of value cla...
# compiler
h
Hermann Mørkrid
06/03/2025, 9:39 PM
I've encountered an issue with boxing of value class arguments in inline lambdas, posted it here:
https://youtrack.jetbrains.com/issue/KT-78046/Redundant-boxing-of-value-class-argument-in-inlined-lambda-on-JVM
Would appreciate input if anyone here has an idea of how this boxing can be avoided!
e
ephemient
06/03/2025, 10:07 PM
sounds like
https://youtrack.jetbrains.com/issue/KT-29460/Automatic-specialization-for-final-classes-with-primitive-generic-parameters
or one of its related issues might need to be done first
Open in Slack
Previous
Next