You can use the bytecode inspector to view it exac...
# compiler
j
You can use the bytecode inspector to view it exactly
r
Thank you for replying. I inspected the bytecode . I saw how it converts to loop. Actually I meant more compiler specific . Journey from tailrec to loop in bytecode. Even topics related to this thing would be enough. I would study the topics .
i
You can start at
org.jetbrains.kotlin.codegen.TailRecursionCodegen
class.
r
Thank you