# Method too large 2025-10-30 5 min read How to work around the JVM 64KB method size limit when generating code with Scala 3 macros, using local method chunking to split large generated methods. scala macro jvm scala-3 bytecode Read