示例#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();
        }