Package arrow.meta.dsl.codegen.asm

Types

AsmSyntax
Link copied to clipboard
interface AsmSyntax

When the compiler goes to codegen, and IR is not enabled by default, it goes into the codegen phase for the JVM where it uses the ASM libs to generate bytecode using the AST and associated descriptors coming from the resolution phase.