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
See discussion in this PR, the array_set mut optimization was only intended for ACIR functions but appears to be being applied in brillig functions which causes problems as it clashes with reference counting.
We should ensure that all array_sets in brillig functions are marked as non-mutable and then revert the changes made in that PR to allow more ACIR optimizations again.
The text was updated successfully, but these errors were encountered:
See discussion in this PR, the
array_set mut
optimization was only intended for ACIR functions but appears to be being applied in brillig functions which causes problems as it clashes with reference counting.We should ensure that all
array_set
s in brillig functions are marked as non-mutable and then revert the changes made in that PR to allow more ACIR optimizations again.The text was updated successfully, but these errors were encountered: