ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Relax EVM stack constraints

Open Stebalien opened this issue 2 years ago • 0 comments

We currently limit the EVM stack depth to 1024 to match the spec. However, we have no real reason to do so, at least from a security perspective.

This limit is known to cause issues like https://ethereum.stackexchange.com/questions/7325/stack-too-deep-try-removing-local-variables

Stebalien avatar Mar 03 '23 00:03 Stebalien