tree: 9960f91ca36b7112abc792172961961c6ea945a3
  1. src/
  2. build.gradle.kts
  3. ReadMe.md
compiler/backend/ReadMe.md

JVM backend inliner, optimizer and coroutine codegen.

This part of the JVM backend is separated from the main modules (see ir/backend.jvm) because it is implemented mostly via direct manipulation of JVM bytecode via ASM.