moroso / compiler

The compiler for the Moroso project.
4 stars 3 forks source link

Fix scheduler bug and re-enable the scheduler #38

Closed mrwright closed 9 years ago

mrwright commented 10 years ago

Right now, the scheduler assumes that any two loads or any two stores can commute, which is not the case when the memory addresses are the same. It should be updated with stricter rules, and then re-enabled.

mrwright commented 9 years ago

Resolved by a027c505e2cfdcd09917caba993ec0b8f1ea0713