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

Move assignments to processor #2454

Merged
merged 23 commits into from
Feb 7, 2025
Merged

Move assignments to processor #2454

merged 23 commits into from
Feb 7, 2025

Conversation

chriseth
Copy link
Member

@chriseth chriseth commented Feb 6, 2025

This moves the handling of assignments from witgen_inference to the processor and also uses the queue to schedule assignments.

@@ -677,6 +624,8 @@ fn is_known_zero<T: FieldElement>(x: &Option<AffineSymbolicExpression<T, Variabl
.unwrap_or(false)
}

// TODO we could split theassignmnet into variable and constant now.
Copy link
Member Author

Choose a reason for hiding this comment

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

done in another pr

@chriseth chriseth marked this pull request as ready for review February 7, 2025 12:02
@chriseth chriseth added this pull request to the merge queue Feb 7, 2025
Merged via the queue into main with commit d7fdda3 Feb 7, 2025
16 checks passed
@chriseth chriseth deleted the move_assignments_to_processor branch February 7, 2025 13:50
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.

2 participants