tree: 897a00eac749795aeeac630564f770b077856e49
  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.