register allocation and simulation works for simple mul 192x192!
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 8 Nov 2022 06:53:38 +0000 (22:53 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 8 Nov 2022 06:53:38 +0000 (22:53 -0800)
commit088016bf30dfe3104094530cb1f909d3645cd6d5
tree27e80f37a6b1eb52a360250f73f52ea77f21a28e
parentdf779d330220e88b03491f32ce66d34392739b5b
register allocation and simulation works for simple mul 192x192!
src/__init__.py [new file with mode: 0644]
src/bigint_presentation_code/_tests/test_compiler_ir2.py
src/bigint_presentation_code/_tests/test_register_allocator2.py
src/bigint_presentation_code/_tests/test_toom_cook.py
src/bigint_presentation_code/compiler_ir2.py
src/bigint_presentation_code/register_allocator2.py