Class CodeGenerationPreparation

java.lang.Object
org.ek9lang.compiler.CompilerPhase
org.ek9lang.compiler.phase10.CodeGenerationPreparation
All Implemented Interfaces:
BiFunction<Workspace,CompilerFlags,CompilationPhaseResult>

public class CodeGenerationPreparation extends CompilerPhase
MULTI THREADED Preparation to generate code. Now this may vary in implementation significantly depending on the target architecture output. See compilerFlags.getTargetArchitecture to determine what to prepare to create.