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

Ideas to investigate #563

Open
blishko opened this issue Sep 19, 2024 · 0 comments
Open

Ideas to investigate #563

blishko opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@blishko
Copy link
Collaborator

blishko commented Sep 19, 2024

I am going to (mis)use issue tracker to keep track of ideas that I would like to investigate.
In no order of priority

  • Could buffers keep track of their size?
    • In SMTChecker we represent arrays as an ADT consisting of an SMT-LIB Array and a number representing the actual size.
      • Does Bitwuzzla support ADTs?
  • Could we represent buffers as (Array Word Word) instead of (Array Word Byte)?
  • Can we simplify more on the Expr level? Like the common case of reading a previously written value from memory?
  • What does the test badvault-sym-branch actually test?
@blishko blishko self-assigned this Sep 19, 2024
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