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

Change Borrowed Array input permissions check #1625

Merged
merged 3 commits into from
Apr 15, 2022

Conversation

abakst
Copy link
Contributor

@abakst abakst commented Apr 6, 2022

Simplify the algorithm used to check the input permissions for a SImpl_LLVMArrayBorrowed proof step: the new algorithm walks the ranges of borrowed cells in order to check that they span the length of the array permission.

Copy link
Contributor

@eddywestbrook eddywestbrook left a comment

Choose a reason for hiding this comment

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

Looks good, thanks Alex!

@eddywestbrook eddywestbrook added the Heapster Issues specifically related to the Heapster sub-system label Apr 14, 2022
@eddywestbrook eddywestbrook added the ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully. label Apr 15, 2022
@mergify mergify bot merged commit 6a9413a into master Apr 15, 2022
@mergify mergify bot deleted the heapster/array-borrow-check branch April 15, 2022 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Heapster Issues specifically related to the Heapster sub-system ready-to-merge If at least one person approves this PR, automatically merge it when CI finishes successfully.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants