Hey there I wrote a fairly simple circuit and I generated a UltraVerifier for it:
Now, when I try to deploy the contract I got the following error: Yul exception:Could not create stack layout after 1000 iterations.
Since I’m new in noir I don’t really know what to do /look at.
I’m using foundry and that’s my foundry.toml file:
Hi! The error Yul exception: Could not create stack layout after 1000 iterations indicates that the compiler is having trouble optimizing the code, especially when via_ir is enabled. This issue can arise due to the complexity or size of the code that the compiler is trying to optimize, particularly when many intermediate objects are generated.