Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

log: better err log when circuit overflow #953

@lispc

Description

@lispc

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions