修复源代码
This commit is contained in:
parent
a7e2e61b10
commit
f506cea9dd
@ -61,7 +61,7 @@ public class SnowCompiler {
|
||||
System.out.println(program);
|
||||
|
||||
|
||||
/* 5. 后端:寄存器分配 & 代码生成 + VM 执行 */
|
||||
|
||||
for (IRFunction fn : program.functions()) {
|
||||
var alloc = new RegisterAllocator();
|
||||
var slotM = alloc.allocate(fn);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user