We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When compiling SCL, https://github.com/get-smooth/crypto-lib/tree/main with the provided eof-solc, the following error is thrown:
Yul exception:Cannot swap Variable usr_p with Variable _10: too deep in the stack by 36 slots
While SCL compiles correctly with standard solc 0.8.27
The text was updated successfully, but these errors were encountered:
this is a solc eof issue, full solc eof support is still wip, so I think these limitations are expected
cc @klkvr
Sorry, something went wrong.
No branches or pull requests
When compiling SCL, https://github.com/get-smooth/crypto-lib/tree/main with the provided eof-solc, the following error is thrown:
Yul exception:Cannot swap Variable usr_p with Variable _10: too deep in the stack by 36 slots
While SCL compiles correctly with standard solc 0.8.27
The text was updated successfully, but these errors were encountered: