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

Correctly transpose variables accessed outside their reference scope #106

Open
samestep opened this issue Sep 20, 2023 · 0 comments
Open

Comments

@samestep
Copy link
Contributor

samestep commented Sep 20, 2023

As of #98, rose-transpose assumes that no variable defined between an accum and its resolve later gets accessed after that resolve, but it also produces code that violates this assumption by saving those as intermediate values. In the short term, it may be possible to simply avoid generating such code, but really, transposition should work correctly without that assumption.

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