try_allocate_registers_without_spilling works!
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Oct 2022 09:50:28 +0000 (02:50 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 14 Oct 2022 09:50:28 +0000 (02:50 -0700)
commitbedf72180fa237857fac79b527691f609a56dd10
treeb6496df00b2aae6a7fa8104113c6cfe0c8d626ee
parent8f1f632f8cd2bcfd0fdb6d047d8c4eae4d422d73
try_allocate_registers_without_spilling works!
src/bigint_presentation_code/compiler_ir.py
src/bigint_presentation_code/ordered_set.py [new file with mode: 0644]
src/bigint_presentation_code/register_allocator.py
src/bigint_presentation_code/test_compiler_ir.py
src/bigint_presentation_code/test_register_allocator.py