ScheduleAll() public method

public ScheduleAll ( TypeSystem typeSystem ) : void
typeSystem Mosa.Compiler.MosaTypeSystem.TypeSystem
return void
コード例 #1
0
        public void ScheduleAll()
        {
            //HACK - for debugging
            // Mosa.Platform.Internal.x86.Runtime::GetProtectedRegionEntryByAddress
            //var type = TypeSystem.GetTypeByName("Mosa.Platform.Internal.x86", "Runtime");
            //var method = type.FindMethodByName("GetProtectedRegionEntryByAddress");
            //CompilationScheduler.Schedule(method);
            //ENDHACK

            CompilationScheduler.ScheduleAll(TypeSystem);
        }
コード例 #2
0
 public void ScheduleAll()
 {
     CompilationScheduler.ScheduleAll(TypeSystem);
 }