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

log: better err log when circuit overflow #953

Open
lispc opened this issue Sep 18, 2023 · 0 comments
Open

log: better err log when circuit overflow #953

lispc opened this issue Sep 18, 2023 · 0 comments

Comments

@lispc
Copy link

lispc commented Sep 18, 2023

Describe the feature you would like

some circuits (eg bytecode circuit), will ignore assignment after "row limit". So constrain failures will happend.

We'd better report Err::Systhesis early? At least for bytecode circuit / evm circuit / copy circuit, which are the bottleneck, and mostly likely encounter overflow.

(It is not about overflow 1<<28, but overflow of the "pre-set row limit", eg 0.6M for bytecode circuit)

(not of high priority)

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant