You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to test that randomly generated programs evaluate identically in our emulator and the Haskell implementation (HsTinyRam). Keep in mind that the HsTinyRam implements a von Neumann architecture while we use a Harvard architecture. Either the HsTinyRam will need to be switched to Harvard or we will have to filter out self modifying programs in our tests. In the long term we need to decide if traces will be generated in Rust or by a Harvardified Haskell TinyRam.
The text was updated successfully, but these errors were encountered:
We would like to test that randomly generated programs evaluate identically in our emulator and the Haskell implementation (HsTinyRam). Keep in mind that the HsTinyRam implements a von Neumann architecture while we use a Harvard architecture. Either the HsTinyRam will need to be switched to Harvard or we will have to filter out self modifying programs in our tests. In the long term we need to decide if traces will be generated in Rust or by a Harvardified Haskell TinyRam.
The text was updated successfully, but these errors were encountered: