StrongerXi / soc

Compiler for a subset of OCaml
1 stars 0 forks source link

Bridge X86 and register allocator #23

Closed StrongerXi closed 3 years ago

StrongerXi commented 3 years ago

Add functions in X86 to spill or map Temp register to X86 physical register, so we can use the output of register allocator to generate final X86 assembly with physical registers, prologue and epilogue.