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

Remove LEM's global context #1151

Open
arthurpaulino opened this issue Feb 19, 2024 · 0 comments
Open

Remove LEM's global context #1151

arthurpaulino opened this issue Feb 19, 2024 · 0 comments

Comments

@arthurpaulino
Copy link
Contributor

We should use purely functional data structures to handle LEM context in a way that isolates what happens on different logical branches/paths. This would allow us to nuke all the "deconflict" complexity.

This simplification can actually enable further improvements with potential performance gains. For example, we would be able to generate (partial) witnesses for each match/if arm in parallel. Right now, we need to do it sequentially because the global context is tied by mutability.

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