示例#1
0
 public GAInstructionSelector(GACodeGenerator codeGenerator)
 {
     this.codeGenerator = codeGenerator;
     configuration = codeGenerator.SelectorConfiguration;
     scheduler = new GAScheduler(codeGenerator);
 }
示例#2
0
 public GAScheduler(GACodeGenerator codeGenerator)
 {
     this.codeGenerator = codeGenerator;
     this.configuration = codeGenerator.SchedulerConfiguration;
 }