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

stubs-common: Use the lazy macaw-symbolic memory model #48

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

RyanGlScott
Copy link
Collaborator

Much of the memory model code that stubs-common sits on top of has since been upstreamed to macaw-symbolic as part of its lazy memory model. This patch rips out the copy that stubs-common uses and replaces it with equivalent functionality found in Data.Macaw.Symbolic.Memory.Lazy.

Fixes #12.

Much of the memory model code that `stubs-common` sits on top of has since been
upstreamed to `macaw-symbolic` as part of its lazy memory model. This patch
rips out the copy that `stubs-common` uses and replaces it with equivalent
functionality found in `Data.Macaw.Symbolic.Memory.Lazy`.

Fixes #12.
Copy link
Collaborator

@langston-barrett langston-barrett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love that negative diff 👀

@RyanGlScott RyanGlScott merged commit d9224de into main Jan 14, 2025
4 checks passed
@RyanGlScott RyanGlScott deleted the T12-lazy-macaw-symbolic-memory-model branch January 14, 2025 19:29
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

Successfully merging this pull request may close these issues.

Build on top of the lazy macaw-symbolic memory model
2 participants