public GAInstructionSelector(GACodeGenerator codeGenerator) { this.codeGenerator = codeGenerator; configuration = codeGenerator.SelectorConfiguration; scheduler = new GAScheduler(codeGenerator); }
public GAScheduler(GACodeGenerator codeGenerator) { this.codeGenerator = codeGenerator; this.configuration = codeGenerator.SchedulerConfiguration; }