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

Chopper: added logic for opaque functions #779

Merged
merged 7 commits into from
Mar 21, 2024
Merged

Conversation

Felalolf
Copy link
Contributor

Function vertices are now split into FunctionSpec vertices, representing a function spec, and Function vertices, representing the entire function.

Dependencies have changed as follows:

  • For non-opaque functions, we have FunctionSpec -> Function
  • Function applications without reveal point to FunctionSpec
  • Function applications with reveal point to Function

@Dspil @jcp19 Please check whether the chopper works as intended by connecting Gobra to it.

@Felalolf Felalolf requested review from jcp19 and Dspil March 14, 2024 23:56
@Felalolf Felalolf merged commit e376940 into master Mar 21, 2024
5 checks passed
@Felalolf Felalolf deleted the chopper_with_opaque branch March 21, 2024 09:27
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.

1 participant