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

Implement "energy-saving" circuit optimization from Gepetto. #89

Open
4 tasks
Pratyush opened this issue Feb 8, 2022 · 0 comments
Open
4 tasks

Implement "energy-saving" circuit optimization from Gepetto. #89

Pratyush opened this issue Feb 8, 2022 · 0 comments

Comments

@Pratyush
Copy link
Member

Pratyush commented Feb 8, 2022

Summary

The Gepetto paper provides an interesting optimization that can provide savings for the unused branch of a conditional select. Namely, since the variable in the unused branch is not used further, we can assign it a value of zero (if there are no other checks involving that variable). This can help reduce proving cost, since the assignment to the unused variable would not contribute to any MSMs.

Problem Definition

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
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