예제 #1
0
        protected override void Run()
        {
            var allocator = new GreedyRegisterAllocator(BasicBlocks, MethodCompiler.VirtualRegisters, MethodCompiler.StackLayout, Architecture, this);

            allocator.Start();

            return;
        }
예제 #2
0
        protected override void Run()
        {
            var allocator = new GreedyRegisterAllocator(BasicBlocks, MethodCompiler.VirtualRegisters, Architecture, MethodCompiler.AddStackLocal, StackFrame, CreateTraceLog);

            allocator.Start();
        }