# Method too large
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.
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.