apt1002 / mijit

Experimental JIT compiler generator
https://github.com/apt1002/mijit/
25 stars 4 forks source link

Do not allocate registers for non-data dependencies #17

Closed apt1002 closed 3 years ago

apt1002 commented 3 years ago

In mod pressure, we currently allocate exactly one result register for each Node. Instead, each Node should know how many results it has.

apt1002 commented 3 years ago

Fixed by 98ef71ae0903a24c3001364df6c4010a0a260bd6.