tree: 9c98751cd4a0d31dcda9f11a1e8ddb02a4b4b977
  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.