Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix memory usage issues with coq-sim #299

Open
sifive-emarzion opened this issue Mar 26, 2020 · 1 comment
Open

fix memory usage issues with coq-sim #299

sifive-emarzion opened this issue Mar 26, 2020 · 1 comment
Assignees

Comments

@sifive-emarzion
Copy link
Contributor

No description provided.

@sifive-emarzion sifive-emarzion self-assigned this Mar 26, 2020
@sifive-emarzion
Copy link
Contributor Author

sifive-emarzion commented Apr 3, 2020

  • Separate vectors and arrays in HaskellSim to mirror CoqSim
  • Create typeclasses for datatypes in HaskellSim to mirror HaskellTypes in CoqSim
  • Compare simulators against one another using Strict/no Strict
  • Compare simulators against one another using small test/large test
  • Profile CoqSim with assoc lists instead of maps
  • Profile Haskellsim with MVector to make sure IOArray vs MVector is not the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant