tree: 132f2ae11d9022ba3aa67c6fb76d9e07efec9753 [path history] [tgz]
  1. resources/
  2. src/
  3. build.gradle.kts
  4. ReadMe.md
compiler/backend/ReadMe.md

Old (classic) JVM backend.

It is not used by default since kotlin 1.5, and is being removed (KT-71197).

However, some code there is also being used by the new JVM backend, mainly: bytecode inliner, bytecode optimizations, coroutine codegen.