You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the constant liveness analysis for brillig (AztecProtocol/aztec-packages#8294) doesn't play nicely with the optimisation on boolean constraints added in #5919. The former sees that it needs to allocate a constant u1 1 to perform the equality with however we then don't use that constant.
It seems like the constant liveness analysis for brillig (AztecProtocol/aztec-packages#8294) doesn't play nicely with the optimisation on boolean constraints added in #5919. The former sees that it needs to allocate a constant
u1 1
to perform the equality with however we then don't use that constant.This causes some degradation in #5951.
The text was updated successfully, but these errors were encountered: