Ejemplo n.º 1
0
        public override IMethodCompiler CreateMethodCompiler(ICompilationSchedulerStage schedulerStage, RuntimeType type, RuntimeMethod method)
        {
            IMethodCompiler mc = new TestCaseMethodCompiler(this, Architecture, schedulerStage, type, method);

            Architecture.ExtendMethodCompilerPipeline(mc.Pipeline);
            return(mc);
        }
 public override IMethodCompiler CreateMethodCompiler(ICompilationSchedulerStage schedulerStage, RuntimeType type, RuntimeMethod method)
 {
     IMethodCompiler mc = new TestCaseMethodCompiler(this, Architecture, schedulerStage, type, method);
     Architecture.ExtendMethodCompilerPipeline(mc.Pipeline);
     return mc;
 }