tree: 894f5e7a147ca6c216198b4c22529a463329d42e
  1. resources/
  2. src/
  3. build.gradle.kts
  4. 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.