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

feat: support spillage on a per-module basis #306

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

DavePearce
Copy link
Collaborator

This computes spillage on a module-by-module basis, rather than computing one conservative value that covers all modules. This means the spillage computation is more precise, but also slightly more involved. To make this work, Assignment.Context() was added so that we can identify the context in which an assignment is declared.

This computes spillage on a module-by-module basis, rather than
computing one conservative value that covers all modules.  This means
the spillage computation is more precise, but also slightly more
involved.  To make this work, `Assignment.Context()` was added so that
we can identify the context in which an assignment is declared.
@DavePearce DavePearce linked an issue Sep 10, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit be5aebd into main Sep 10, 2024
2 checks passed
@DavePearce DavePearce deleted the 270-spillage-on-module-by-module-basis branch September 10, 2024 16:24
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.

Spillage on Module-By-Module Basis
1 participant