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

Heapster: simplify lifetime permissions before others #1628

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

eddywestbrook
Copy link
Contributor

This PR makes a small change to simplifyPermsForDetVars so that lowned permissions get simplified before other permissions. This is needed when a lifetime with non-determined free variables gets ended, because ending that lifetime might depend on the permissions on those non-determined free variables, and so needs to happen before the permissions on those variables get dropped.

…s are ended before other unneeded permissions are dropped
Copy link
Member

@ChrisEPhifer ChrisEPhifer left a comment

Choose a reason for hiding this comment

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

Looking good - thanks for documenting the steps!

@eddywestbrook eddywestbrook added PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run subsystem: heapster Issues specifically related to memory verification using Heapster labels Apr 18, 2022
@mergify mergify bot merged commit 09889af into master Apr 19, 2022
@mergify mergify bot deleted the heapster/simplify-lifetimes-before-others branch April 19, 2022 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: ready to merge Magic flag for pull requests to ask Mergify to merge given an approval and a successful CI run subsystem: heapster Issues specifically related to memory verification using Heapster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants